Add site title setting

This commit is contained in:
2021-12-04 12:06:35 -05:00
parent 11168325ab
commit 1e5ab50e79
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -40,6 +40,8 @@ GetCategory() {
# create index page
rm index.groff
custom_index=`cat index_custom.groff`
echo ".B \"""$SITETITLE""\"" >> index.groff
echo "" >> index.groff
echo ".B \"""$SITEDESCRIPTION""\"" >> index.groff
echo "" >> index.groff
echo ".MTO "$MAILTO >> index.groff