Sfoglia il codice sorgente

Permalink is now part of the tags.html partial

master
Adrian Short 6 anni fa
parent
commit
0f7c0cd34d
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. +1
    -3
      layouts/partials/postmeta.html

+ 1
- 3
layouts/partials/postmeta.html Vedi File

@@ -1,6 +1,4 @@
<div class="postmeta">
<p>{{ .Date.Format "2 Jan 2006" }}
<a title="Permalink" href="{{ .Permalink | relURL }}">#</a>
</p>
<p>{{ .Date.Format "2 Jan 2006" }}</p>
{{ partial "tags.html" . }}
</div>

Caricamento…
Annulla
Salva