Browse Source

Permalink is now part of the tags.html partial

master
Adrian Short 7 years ago
parent
commit
0f7c0cd34d
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      layouts/partials/postmeta.html

+ 1
- 3
layouts/partials/postmeta.html View 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>

Loading…
Cancel
Save