Browse Source

fixing h-entry

master
jk 4 years ago
parent
commit
fa2ec7f4cd
  1. 4
      content/note/back-to-square-one/index.md
  2. 2
      content/note/first-webmention-post/index.md
  3. 2
      content/note/for-bridgy-and-beyond/index.md
  4. 7
      themes/anatole/layouts/index.html

4
content/note/back-to-square-one/index.md

@ -3,7 +3,7 @@ title: "Back to Square One"
date: 2020-05-04T20:45:18+01:00
draft: true
Blog: []
Categories: []
Categories: ["notes"]
Tags: []
Image:
Type:
@ -13,4 +13,4 @@ Spent a fair amount of time manually backtracking a misconfigured sed which dele
I may have missed some typos but I think I caught most of them and did a little work on formatting my articles and notes pages, not sure if they count as h-feeds as of yet but they will get there.
Moved the brid.gy hidden anchor to hopefully a more useful location so, here goes nothing..
Moved the brid.gy hidden anchor to hopefully a more useful location so, here goes nothing..

2
content/note/first-webmention-post/index.md

@ -3,7 +3,7 @@ title: "First Webmention Post"
date: 2020-05-01T16:18:23+01:00
Description: "Testing to see if I configured webmentions and microsub correctly"
Blog: ["Whitabootery"]
Categories: ["IndieWeb"]
Categories: ["IndieWeb", "notes"]
Tags: ["tech","webmention","microsub","micropub","bridgy","indieauth"]
Image: []
Type: ["note"]

2
content/note/for-bridgy-and-beyond/index.md

@ -3,7 +3,7 @@ title: "For Bridgy and Beyond"
date: 2020-05-01T16:50:08+01:00
Description: "webmentions ☑️ now for bridy publish?"
Blog: ["Whitabootery"]
Categories: ["IndieWeb"]
Categories: ["IndieWeb","notes"]
Tags: ["tech","webmention","microsub","micropub","bridgy","indieauth"]
Image: []
Type: ["note"]

7
themes/anatole/layouts/index.html

@ -12,6 +12,13 @@
<i class="fa fa-clock"></i><span class="reading-time">{{ .ReadingTime }}-minute read</span>
</div>
<div class="e-content">{{ .Content }}</div>
<div class="post-footer">
<div class="info">
{{ with .Page.Params.Blog }}{{ partial "taxonomy/blog.html" . }}{{ end }}
{{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }}
{{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }}
</div>
</div>
</article>
<a href="https://brid.gy/publish/mastodon"></a>
{{ end }}