commit 95e037b5cdf298dea5ab45ee6c7dc8d229da6265 parent dd683d944f78d966e53626fbc30a731855764859 Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Mon, 4 May 2020 03:26:23 +0700 refactor: random, see content Diffstat:
| M | layouts/_default/single.html | | | 2 | +- |
| M | layouts/notes/rss.xml | | | 2 | +- |
| M | layouts/partials/footer/footer.html | | | 2 | +- |
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html @@ -22,7 +22,7 @@ </div> <br> <br> - <p><a class="u-url link-white" href={{ .Permalink }}>Published</a> on <time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05" }}+07:00">{{ .Date.Format "02 January 2006" }}</time>, for stories like this:</p> + <p {{ if eq .Type "page" }}class="hcard"{{ end }}><a class="u-url link-white" href={{ .Permalink }}>Published</a> on <time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05" }}+07:00">{{ .Date.Format "02 January 2006" }}</time>, for stories like this:</p> {{ with .Params.tags }} <p class="taglist"> {{ range . }} diff --git a/layouts/notes/rss.xml b/layouts/notes/rss.xml @@ -35,7 +35,7 @@ <link>{{ .Site.BaseURL }}notes#{{ $idslug }}</link> <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate> {{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}} - <guid isPermaLink="true">{{ .Site.BaseURL }}notes#{{ $idslug }}</guid> + <guid isPermaLink="false">{{ .Site.BaseURL }}notes#{{ $idslug }}</guid> <description>{{ .Content | html }}</description> </item> {{ end }} diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html @@ -18,7 +18,7 @@ <center class="web-ring"> <a href="https://xn--sr8hvo.ws/%F0%9F%8E%B8%F0%9F%8D%8D%F0%9F%95%97/previous">β</a> - An IndieWeb Webring πΈπ + An <a href="https://xn--sr8hvo.ws/">IndieWeb Webring</a> πΈπ <a href="https://xn--sr8hvo.ws/%F0%9F%8E%B8%F0%9F%8D%8D%F0%9F%95%97/next">β</a> </center>