Browse Source

fixing posttypes

master
jk 5 years ago
parent
commit
158612f8c4
  1. 4
      content/response/5eb4004b/index.md
  2. 3
      content/response/5eb40a72/index.md
  3. 3
      content/response/5eb40a76/index.md
  4. 2
      content/response/5eb40a7d/index.md
  5. 3
      content/response/5eb41d25/index.md
  6. 3
      content/response/5eb42884/index.md
  7. 2
      layouts/_default/section.html
  8. 2
      themes/anatole/layouts/_default/single.html

4
content/response/5eb4004b/index.md

@ -1,7 +1,7 @@
---
date: '2020-05-07 13:34:19'
draft: false
likeof: 'https://jk.nipponalba.scot/note/5eb3c5ae/'
posttype: likeof
like-of: 'https://jk.nipponalba.scot/note/5eb3c5ae/'
posttype: like-of
slug: 5eb4004b
---

3
content/response/5eb40a72/index.md

@ -2,7 +2,6 @@
date: '2020-05-07 14:17:38'
draft: false
likeof: 'https://jk.nipponalba.scot/note/5eb30b72/'
posttype: likeof
posttype: like-of
slug: 5eb40a72
---

3
content/response/5eb40a76/index.md

@ -1,8 +1,7 @@
---
date: '2020-05-07 14:17:42'
draft: false
posttype: repostof
posttype: repost-of
repostof: 'https://jk.nipponalba.scot/note/5eb30b72/'
slug: 5eb40a76
---

2
content/response/5eb40a7d/index.md

@ -2,7 +2,7 @@
date: '2020-05-07 14:17:49'
draft: false
inreplyto: 'https://jk.nipponalba.scot/note/5eb30b72/'
posttype: inreplyto
posttype: in-reply-to
slug: 5eb40a7d
---
Testing

3
content/response/5eb41d25/index.md

@ -2,7 +2,6 @@
date: '2020-05-07 15:37:25'
draft: false
likeof: 'https://jk.nipponalba.scot/note/5eb4155f/'
posttype: likeof
posttype: like-of
slug: 5eb41d25
---

3
content/response/5eb42884/index.md

@ -2,7 +2,6 @@
date: '2020-05-07 16:25:56'
draft: false
likeof: 'https://jk.nipponalba.scot/note/5eb4155f/'
posttype: likeof
posttype: like-of
slug: 5eb42884
---

2
layouts/_default/section.html

@ -32,7 +32,7 @@
</aside>
</section><hr/>
{{ else }}
<section data-post-type="{{ .Params.posttype }}" data-post-id="{{ .Params.slug }}"class="h-entry">
<section data-post-type="{{ .Params.posttype }}" data-post-id="{{ .Params.slug }}" class="h-entry">
<div class="author" style="display:none;">
<a rel="author" class="u-author h-card" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}<img src="/images/profile.jpg"/></a>
</div>

2
themes/anatole/layouts/_default/single.html

@ -40,7 +40,7 @@
{{ end }}
</aside></div>
</article> {{ else }}
<section data-post-type="{{ .Params.posttype }}" data-post-id="{{ .Params.slug }}"class="h-entry">
<section data-post-type="{{ .Params.posttype }}" data-post-id="{{ .Params.slug }}" class="h-entry">
<div class="author" style="display:none;">
<a rel="author" class="u-author h-card" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}<img src="/images/profile.jpg"/></a>
</div>