Setting stuff up for the first proper tests

This commit is contained in:
Caleb Gardner
2024-07-31 01:41:14 -05:00
parent cb53b7b831
commit f86cdb0554
4 changed files with 38 additions and 5 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ package main
const (
blogTitle = "<h2 class='blog-title'>%v</h2>"
blogAuthor = "<h4 class='blog-author'>%v</h4>"
blogAuthor = "<h4 class='blog-author'><i>%v</i></h4>"
)