This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
tumble
mirror of
https://github.com/adrianshort/tumble.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Permalink is now part of the tags.html partial
master
Adrian Short
7 years ago
parent
2905b27047
commit
0f7c0cd34d
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save