From 65faa97ba10b3b0f344d1899ce902e6b2695e331 Mon Sep 17 00:00:00 2001 From: Raymonzut Date: Sun, 20 Feb 2022 16:22:57 +0100 Subject: [PATCH] Prepend title of blog post in page title Signed-off-by: Raymonzut --- client/templates/post_single_page.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/templates/post_single_page.lisp b/client/templates/post_single_page.lisp index fbd97c9..d76d894 100644 --- a/client/templates/post_single_page.lisp +++ b/client/templates/post_single_page.lisp @@ -4,7 +4,7 @@ (meta :name 'description :content "Raymon typing nonsense on his blog") (meta :name 'viewport :content "width=device-width, initial-scale=1.0") - (title "Raymon Zutekouw") + (title "{{title}} :: Raymon Zutekouw") (link :rel 'dns-prefetch :href "https://cdn.statically.io")