Explorar el Código

Link article title

Riccardo Balbo hace 3 años
padre
commit
e99e2cb75b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 }}