mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
Refine auto-refresh page
Add title, description, logo
This commit is contained in:
@@ -1,26 +1,5 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
{% include meta.html %}
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
|
||||||
<meta name="HandheldFriendly" content="True">
|
|
||||||
<link rel="icon" href="/images/favicon.ico">
|
|
||||||
|
|
||||||
<!-- add to homescreen for Chrome on Android -->
|
|
||||||
<meta name="mobile-web-app-capable" content="yes">
|
|
||||||
<link rel="icon" sizes="192x192" href="/images/favicon.png">
|
|
||||||
|
|
||||||
<!-- add to homescreen for Safari on iOS -->
|
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
||||||
<meta name="apple-mobile-web-app-title" content="{{ page.title }} | Reading School">
|
|
||||||
<link rel="apple-touch-icon-precomposed" href="/images/favicon.png">
|
|
||||||
|
|
||||||
<!-- tile icon & colour for Windows 8 -->
|
|
||||||
<meta name="msapplication-TileImage" content="/images/favicon.png">
|
|
||||||
<meta name="msapplication-TileColor" content="#d84315">
|
|
||||||
|
|
||||||
<title>{{ page.title }} | Reading School</title>
|
|
||||||
<meta name="description" content="{{ page.description }}">
|
|
||||||
|
|
||||||
<!-- import Roboto (font) -->
|
<!-- import Roboto (font) -->
|
||||||
<link href="/css/roboto.css" rel="stylesheet">
|
<link href="/css/roboto.css" rel="stylesheet">
|
||||||
|
|||||||
22
_includes/meta.html
Normal file
22
_includes/meta.html
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||||
|
<meta name="HandheldFriendly" content="True">
|
||||||
|
<link rel="icon" href="/images/favicon.ico">
|
||||||
|
|
||||||
|
<!-- add to homescreen for Chrome on Android -->
|
||||||
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
|
<link rel="icon" sizes="192x192" href="/images/favicon.png">
|
||||||
|
|
||||||
|
<!-- add to homescreen for Safari on iOS -->
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||||
|
<meta name="apple-mobile-web-app-title" content="{{ page.title }} | Reading School">
|
||||||
|
<link rel="apple-touch-icon-precomposed" href="/images/favicon.png">
|
||||||
|
|
||||||
|
<!-- tile icon & colour for Windows 8 -->
|
||||||
|
<meta name="msapplication-TileImage" content="/images/favicon.png">
|
||||||
|
<meta name="msapplication-TileColor" content="#d84315">
|
||||||
|
|
||||||
|
<title>{{ page.title }} | Reading School</title>
|
||||||
|
<meta name="description" content="{{ page.description }}">
|
||||||
@@ -1,3 +1,34 @@
|
|||||||
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
|
||||||
|
|
||||||
|
<meta name="HandheldFriendly" content="True" />
|
||||||
|
|
||||||
|
<link rel="icon" href="/images/favicon.ico" />
|
||||||
|
|
||||||
|
<!-- add to homescreen for Chrome on Android -->
|
||||||
|
<meta name="mobile-web-app-capable" content="yes" />
|
||||||
|
|
||||||
|
<link rel="icon" sizes="192x192" href="/images/favicon.png" />
|
||||||
|
|
||||||
|
<!-- add to homescreen for Safari on iOS -->
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
|
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||||
|
|
||||||
|
<meta name="apple-mobile-web-app-title" content="BBC Young Reporter | Reading School" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon-precomposed" href="/images/favicon.png" />
|
||||||
|
|
||||||
|
<!-- tile icon & colour for Windows 8 -->
|
||||||
|
<meta name="msapplication-TileImage" content="/images/favicon.png" />
|
||||||
|
|
||||||
|
<meta name="msapplication-TileColor" content="#d84315" />
|
||||||
|
|
||||||
|
<title>BBC Young Reporter | Reading School</title>
|
||||||
|
<meta name="description" content="News articles written by Reading School students in year 8" />
|
||||||
|
|
||||||
<iframe id="articles-1" class="articles" src="/years/2020"></iframe>
|
<iframe id="articles-1" class="articles" src="/years/2020"></iframe>
|
||||||
<iframe id="articles-2" class="articles" src="/years/2020"></iframe>
|
<iframe id="articles-2" class="articles" src="/years/2020"></iframe>
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ description: News articles written by Reading School students in year 8
|
|||||||
layout: none
|
layout: none
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{% include meta.html %}
|
||||||
|
|
||||||
{% assign largest = 0 %}
|
{% assign largest = 0 %}
|
||||||
{% for page in site.pages %}
|
{% for page in site.pages %}
|
||||||
{% assign url = page.url | remove: ".html" | remove: "/years/" %}
|
{% assign url = page.url | remove: ".html" | remove: "/years/" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user