diff options
Diffstat (limited to 'src/posts')
-rw-r--r-- | src/posts/index.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posts/index.njk b/src/posts/index.njk index e7fbb97..9392ce6 100644 --- a/src/posts/index.njk +++ b/src/posts/index.njk @@ -17,7 +17,7 @@ title: Posts {% else %} <div class="text-center flex justify-center text-red-600"> <span>No Posts </span> - <span class="pl-2">{% feather "frown" %}</span> + <span class="pl-2">¯\_(ツ)_/¯</span> </div> {% endfor %} |