Browse Source

fixing broken anchor tag

master
jk 4 years ago
parent
commit
044ec9c4b2
  1. 2
      themes/nipponalba/layouts/index.html

2
themes/nipponalba/layouts/index.html

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