1
0
Fork 0
Browse Source

make home page refresh every 60 seconds.

stable
Craig Oates 4 years ago
parent
commit
9c1a023ab4
  1. 26
      app/templates/layout.html

26
app/templates/layout.html

@ -1,19 +1,19 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta http-equiv="refresh" content="60">
{% if title %} <meta charset="utf-8">
<title>Return to Ritherdon Project: {{ title }}</title> {% if title %}
{% else %} <title>Return to Ritherdon Project: {{ title }}</title>
<title>Return to Riterdon Project</title> {% else %}
{% endif %} <title>Return to Riterdon Project</title>
{% endif %}
<meta name="description" content="The 'Return to Ritherdon' project, by Nicola Ellis, is a two year art residency at Ritherdon & Co Ltd, a manufacturer of metal enclosures based in Darwen, Lancashire U.K. This website is part of the many outcomes produced throughout the duration of project."> <meta name="description" content="The 'Return to Ritherdon' project, by Nicola Ellis, is a two year art residency at Ritherdon & Co Ltd, a manufacturer of metal enclosures based in Darwen, Lancashire U.K. This website is part of the many outcomes produced throughout the duration of project.">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Nicola Ellis"/> <meta name="author" content="Nicola Ellis"/>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/main.css') }}"> <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/main.css') }}">
{% include "favicons.html" %} {% include "favicons.html" %}
</head> </head>
<body> <body>