diff options
author | Daniel Jones <admin@danieljon.es> | 2018-11-21 06:54:40 +1030 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2018-11-21 06:54:40 +1030 |
commit | f4013c90100e553f7cc23d443df4992b2fc58a29 (patch) | |
tree | e5a2158159d12e13a631c06e8a60dea0ea2c5473 | |
parent | ac2f8b7eeed09d11808d94068c4db7e426e28dc7 (diff) | |
download | website-f4013c90100e553f7cc23d443df4992b2fc58a29.tar.gz website-f4013c90100e553f7cc23d443df4992b2fc58a29.zip |
change blog header and add date fromat
-rw-r--r-- | settings.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.cfg b/settings.cfg index dc1318d..2a878cc 100644 --- a/settings.cfg +++ b/settings.cfg @@ -11,7 +11,7 @@ header = <h1>Projects</h1> Outdated list of some of my projects <br><br> src = content/portfolio.txt [blog] title = daniel's posts -header = <h1>Posts</h1> Rambles about programming, technology and life.<br><br> +header = <h1>Posts</h1>My posts about programming and things.<br>Date format is DD/(M)M/YYYY because I'm sane.<br><br> # blog directory dir = posts # direct link directory |