Fix index link to article

This commit is contained in:
Carson Ip
2017-02-19 11:34:45 +01:00
parent 5db0027404
commit 9ee8595da1

View File

@@ -9,7 +9,7 @@
<!--<%- partial('post/gallery') %>-->
{{ if .Title }}
<header class="article-header">
<h1 class="article-title" itemprop="name">{{ .Title }}</h1>
<h1 itemprop="name"><a class="article-title" href="{{ .RelPermalink }}">{{ .Title }}</a></h1>
</header>
{{ end }}
<div class="article-meta">