summaryrefslogtreecommitdiff
path: root/templates/index.liquid
diff options
context:
space:
mode:
authorCatalina Vallejos <kintrala@me.com>2017-08-21 12:22:31 +0100
committerCatalina Vallejos <kintrala@me.com>2017-08-21 12:22:31 +0100
commitc6253d35a56b6868e04dcac62f9e53af16f2aaf1 (patch)
tree6d8a6cff493bd877d0a84de50d1679cf7a7415bd /templates/index.liquid
parentdd6c98f2c2fdcdf02c62edab6c0e576d7b69d776 (diff)
centered header and body and added form link
Diffstat (limited to 'templates/index.liquid')
-rw-r--r--templates/index.liquid12
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 %}