Browse Source

trying to fix the h-card stuff

master
jk 4 years ago
parent
commit
bd1659511a
  1. 3
      themes/nipponalba/layouts/index.html

3
themes/nipponalba/layouts/index.html

@ -4,6 +4,9 @@
<section class="latest_note"><h2>Latest note</h2>
{{ range (first 1 (where .Site.RegularPages "Type" "=" "note")) }}
<article class="index-note h-entry entry">
<section class="author" style="display:none;">
<a rel="author" class="p-author h-card" rel="me" href="https://jon.kelbie.scot">{{ .Site.Params.Author }}<img src="/images/profile1.jpg"/></a>
</section>
<section class="e-content">{{ .Content }}
</section>
<section class="info">

Loading…
Cancel
Save