about summary refs log tree commit diff
path: root/preamble.html
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-11-13T15·49+0100
committerVincent Ambo <tazjin@gmail.com>2017-11-13T15·49+0100
commit5065f5395bc9caf094e5218a6a5935eb25046e6d (patch)
treef0dd6d9992fe13f033a9f2cb6ead221e60d7e279 /preamble.html
parent3e37d3990d23efee87572c07b8ae9b00c64eab79 (diff)
feat: Make blog-title configurable in preamble
Diffstat (limited to 'preamble.html')
-rw-r--r--preamble.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/preamble.html b/preamble.html
index 38fe179c58..be74b9207e 100644
--- a/preamble.html
+++ b/preamble.html
@@ -1,6 +1,6 @@
 <header>
   <h1>
-    <a class="unstyled-link" href="/">Tazjin&#39;s blog</a>
+    <a class="unstyled-link" href="/">%s</a>
   </h1>
   <hr>
 </header>