diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.liquid | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 57f2238..eea39fe 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -1,16 +1,20 @@ <!doctype html> <html> <head> -<title>The Folkestone Gossip</title> +<title>How to make a Folkestone.</title> <link href='/assets/css.css' rel='stylesheet' type='text/css'> </head> <body> +<center> <div id='header'> - <h1>The Folkestone Gossip</h1> + <h1>How to make a Folkestone.</h1> + <a href="https://docs.google.com/forms/d/10dqrK_3UZW_xlPWQLERd0xTwVONryyicNuz2aYz3X_I/edit?c=0&w=1"<h2>Participate!</h2></a> <div id='tags'></div> -</div> +</div></center> +<br> +<center> <div id='body'> {% for entry in entries %} {% unless entry.disabled %} @@ -19,7 +23,7 @@ </div> {% endunless %} {% endfor %} -</div> +</div></center> {% for page in pages %} {% unless page.disabled %} |
