mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 11:27:06 +00:00
Retheme site
This commit is contained in:
@@ -1,34 +1,45 @@
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<meta name="HandheldFriendly" content="True" />
|
||||
<link rel="icon" href="/images/logo-white-square.png" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
|
||||
<!-- add to homescreen for Chrome on Android -->
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
|
||||
<meta name="HandheldFriendly" content="True" />
|
||||
<!-- 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" />
|
||||
<link rel="apple-touch-icon-precomposed" href="/images/logo-white-square.png" />
|
||||
|
||||
<link rel="icon" href="/images/favicon.ico" />
|
||||
<!-- tile icon & colour for Windows 8 -->
|
||||
<meta name="msapplication-TileImage" content="/images/logo-white-square.png" />
|
||||
<meta name="msapplication-TileColor" content="#1d2f53" />
|
||||
|
||||
<!-- add to homescreen for Chrome on Android -->
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<!-- page info -->
|
||||
<title>BBC Young Reporter | Reading School</title>
|
||||
<meta name="description" content="News articles written by Reading School students in year 8" />
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<link rel="icon" sizes="192x192" href="/images/favicon.png" />
|
||||
<!-- stylesheets -->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
|
||||
<!-- 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" />
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() { dataLayer.push(arguments); }
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'UA-124505000-2');
|
||||
</script>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="/assets/js/jquery.min.js"></script>
|
||||
<script src="/assets/js/timeago.js"></script>
|
||||
</head>
|
||||
|
||||
<iframe id="articles-1" class="articles" src="/years/2020"></iframe>
|
||||
<iframe id="articles-2" class="articles" src="/years/2020"></iframe>
|
||||
|
||||
Reference in New Issue
Block a user