just-a-blog

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 23d933c463b7e45df7610e2dbadcc7a8b49f0785
parent 917b7bf60eb56f615c1a8ffdfbdab835f2727b0b
Author: Overseer <1836442+robertdherb@users.noreply.github.com>
Date:   Sat, 24 Feb 2018 22:01:51 -0600

Fix title

Diffstat:
html/header.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/header.html b/html/header.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>{1}</title> + <title>{0}</title> <link rel="stylesheet" href="/{1}/html/style/default.css" type="text/css"> </head>