Browse Source

updating h-card

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

3
themes/nipponalba/layouts/index.html

@ -34,9 +34,6 @@
<h1>Latest post</h1>
{{ range (first 1 (where .Site.RegularPages "Type" "!=" "response")) }}
<article class="post h-entry entry">
<section 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>
</section>
{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3 class="p-name entry-title">{{ .Title }}</h3>
<section class="e-content">{{ .Content }}
{{ if eq .Type "photo"}}