Browse Source

maybe adding bridgy fed

master
jk 3 years ago
parent
commit
f4e86316ca
  1. 5
      themes/nipponalba/layouts/_default/single.html
  2. 2
      themes/nipponalba/layouts/partials/head.html

5
themes/nipponalba/layouts/_default/single.html

@ -38,7 +38,7 @@
{{ with .Page.Params.pixelfedurl }}<a rel="syndication" class="u-syndication" href="{{ . }}"><i class="fa fa-pixelfed fa-1.5x fa-fw" aria-hidden="true" title="Pixelfed"></i></a>{{ end }}</span><span class="categories_span_other">{{ with .Page.Params.category }}{{ partial "taxonomy/categories.html" . }}{{ end }}{{ with .Page.Params.tag }}, {{ partial "taxonomy/tags.html" . }}{{ end }}
{{ end }}</span></span>
</section>{{ end }}
<a href="https://brid.gy/publish/mastodon"></a></article>
<a href="https://fed.brid.gy"></a></article>
<section id="interactions"><h4>Interactions</h4>
<section id="webmention-form">
<form action="https://webmention.io/jk.nipponalba.scot/webmention" method="post">
@ -102,7 +102,8 @@
<span class="categories_span">{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}</span><span class="info-date"><a href="{{ .Permalink }}" class="u-url"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time></a></span><br/>
</section>{{ end }}
</article>
<a href="https://fed.brid.gy"></a>
</section>
<a href="https://brid.gy/publish/mastodon"></a>{{end}}
{{end}}
{{end}}

2
themes/nipponalba/layouts/partials/head.html

@ -30,7 +30,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="{{ .Site.Params.favicon | absURL }}favicon-16x16.png">
<link rel="manifest" href="{{ .Site.Params.favicon | absURL }}site.webmanifest">
<link rel="mask-icon" href="{{ .Site.Params.favicon | absURL }}safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/atom+xml" href="http://jk.nipponalba.scot/feed.atom" rel="self" />
<link rel="alternate" type="application/atom+xml" href="http://jk.nipponalba.scot/atom/xml" rel="self" />
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
{{ if eq .Type "article" }}