Prepend title of blog post in page title

Signed-off-by: Raymonzut <me@raymon.dev>
master
Raymon Zutekouw 2 years ago
parent 9c01bc5677
commit 65faa97ba1
Signed by: raymon
GPG Key ID: 0E62222846283925
  1. 2
      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")

Loading…
Cancel
Save