Enhance css and footer templates

This commit is contained in:
Maciej Ziaja 2020-02-23 17:54:38 +01:00
parent 46fa1c63a4
commit dd5a3be98f
1 changed files with 5 additions and 3 deletions

8
ssb
View File

@ -78,6 +78,8 @@ function echo_footer_template
{
echo \
'<footer>
Created with <a href="https://github.com/maciejzj/ssb">ssb</a> a simple
static blogger.
</footer>
</body>
</html>'
@ -87,9 +89,9 @@ function echo_footer_template
function echo_css_template
{
echo \
'body { max-width: 45em; margin: auto; padding: 1.5em }
header { }
footer { }
'body { max-width: 40em; margin: auto; padding: 1.5em }
header { font-size: 1.2em; }
footer { text-align: right; }
nav { }
h1 { }
h2 { }