diff options
author | mms <michal@sapka.me> | 2024-07-01 23:56:37 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-07-01 23:56:37 +0200 |
commit | 0447672f124c9be831302c5840e2b90011603a6d (patch) | |
tree | 5d5e7058c794df9dc1f3f33303492983950daaa8 /layouts | |
parent | 1830f15be48e379bb32e65492a18c9921a4a15a9 (diff) |
feat(blog): fede cool
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/blog/full-post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/blog/full-post.html b/layouts/partials/blog/full-post.html index 1d69e84..5533235 100644 --- a/layouts/partials/blog/full-post.html +++ b/layouts/partials/blog/full-post.html @@ -3,7 +3,7 @@ <time datetime="{{.PublishDate.Format "2006-01-02" }}"> {{ .PublishDate.Format "Monday, 2 Jan 2006" }} </time> - <a href="{{ .Page.Permalink }}">[ Permalink ]</a> + [ <a href="{{ .Page.Permalink }}">Permalink</a> ] <hr> {{ .Page.Content }} </article> |