Parcourir la source

Link article title

Riccardo Balbo il y a 3 ans
Parent
commit
e99e2cb75b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      layouts/_default/post_layout_default.html

+ 2 - 2
layouts/_default/post_layout_default.html

@@ -12,7 +12,7 @@
         <h1 >
             {{ partial "postIcon.html" . }}
            
-            {{ .Title }}</h1>
+            <a href="{{ .RelPermalink }}">{{ .Title }}</a></h1>
             <div class="content">
                 <span>
                 {{ .Content }}
@@ -30,4 +30,4 @@
 {{ partial "comments.html" . }}
 
 
-{{ end }}
+{{ end }}