Browse Source

adding link to title on index page

master
jk 4 years ago
parent
commit
6ba8d40d73
  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 }}<h3 class="p-name entry-title">{{ .Title }}</h3>
{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<a href="{{ .Permalink}}" class="u-url"><h3 class="p-name entry-title">{{ .Title }}</h3><a/>
<section class="e-content">{{ .Content }}
{{ if eq .Type "photo"}}
<section class="photos">