summaryrefslogtreecommitdiff
path: root/src/gmi/tpl/posts
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2023-08-10 16:56:51 +0200
committerBrian Picciano <mediocregopher@gmail.com>2023-08-10 16:56:51 +0200
commitd7507d2def1d2f1f84b4bdcff2a521733ded6312 (patch)
tree8a5e0ea63befb019e9cf2882ab2d26c6aad89f70 /src/gmi/tpl/posts
parent5559e0134382a141f5edabdacf1dc81f12b55c27 (diff)
Clean up homepage, add ghost to gmi, make separator smaller
Diffstat (limited to 'src/gmi/tpl/posts')
-rw-r--r--src/gmi/tpl/posts/index.gmi4
-rw-r--r--src/gmi/tpl/posts/post.gmi4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gmi/tpl/posts/index.gmi b/src/gmi/tpl/posts/index.gmi
index cf83052..2ff296a 100644
--- a/src/gmi/tpl/posts/index.gmi
+++ b/src/gmi/tpl/posts/index.gmi
@@ -1,4 +1,4 @@
-# mediocregopher's Posts
+# 👻 mediocregopher's Posts
{{ $page := .GetQueryIntValue "page" 0 -}}
@@ -22,7 +22,7 @@ Here you'll find an archive of all published posts. The content varies almost as
{{ if $getPostsRes.HasMore -}}
=> {{ BlogURL "posts" }}/?page={{ .Add $page 1 }} Next page
{{ end }}
-================================================================================
+========================================
=> {{ BlogURL "feed.xml" }} RSS feed
diff --git a/src/gmi/tpl/posts/post.gmi b/src/gmi/tpl/posts/post.gmi
index 99cfd86..0234395 100644
--- a/src/gmi/tpl/posts/post.gmi
+++ b/src/gmi/tpl/posts/post.gmi
@@ -7,7 +7,7 @@ This post has been translated from it's original markdown format, if it seems bu
{{ end -}}
-# {{ $post.Title }}
+# 👻 {{ $post.Title }}
{{ if ne $post.Description "" -}}
> {{ $post.Description }}
@@ -16,7 +16,7 @@ This post has been translated from it's original markdown format, if it seems bu
{{ .PostBody $post }}
-================================================================================
+========================================
Published {{ $post.PublishedAt.Format "2006-01-02" }} by mediocregopher