Quellcode durchsuchen

Link article title

Riccardo Balbo vor 3 Jahren
Ursprung
Commit
a83dabc8b8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      layouts/partials/articleView.html

+ 2 - 2
layouts/partials/articleView.html

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