Ver Fonte

Link article title

Riccardo Balbo há 3 anos atrás
pai
commit
a83dabc8b8
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      layouts/partials/articleView.html

+ 2 - 2
layouts/partials/articleView.html

@@ -2,7 +2,7 @@
 
 
     {{ if not .Params.hidetitle}}
     {{ if not .Params.hidetitle}}
     <h1>
     <h1>
-        {{ .Title }}
+        <a href="{{ .RelPermalink }}">{{ .Title }}</a>
     </h1>
     </h1>
     {{end }}
     {{end }}
 
 
@@ -17,4 +17,4 @@
 {{ partial "tagsView.html" . }}      
 {{ partial "tagsView.html" . }}      
 {{ partial "comments.html" . }}      
 {{ partial "comments.html" . }}      
 
 
-</article>
+</article>