diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.liquid | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 46ed396..9e6bd49 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -1,20 +1,36 @@ <!doctype html> <html> <head> -<title>How to make a Folkestone.</title> -<link href='/assets/flickity.css' rel='stylesheet' type='text/css'> -<link href='/assets/css.css' rel='stylesheet' type='text/css'> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> + <meta name="description" content="Stories from the Folkestone Triennale." /> + <meta name="author" content="Catalina Vallejos"> + + <meta property="og:title" content="How To Make A Folkestone." /> + <meta property="og:type" content="website" /> + <meta property="og:image" content="http://howtomakeafolkestone.life/assets/header.jpg" /> + <meta property="og:url" content="http://howtomakeafolkestone.life/" /> + <meta property="og:site_name" content="Tree" /> + + <meta name="apple-mobile-web-app-capable" content="no"> + <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> + + <title>How to make a Folkestone.</title> + <link href='/assets/flickity.css' rel='stylesheet' type='text/css'> + <link href='/assets/css.css' rel='stylesheet' type='text/css'> </head> <body> <div id='header'> <h1>How to make a Folkestone.</h1> + <br> <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> -<br> -<div id='body'> +<div id='posts'> {% for entry in entries %} {% unless entry.disabled %} <div class='cell' data-id='{{ entry.id }}'> |
