Update page descriptions
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<!-- 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="ComSci">
|
||||
<meta name="apple-mobile-web-app-title" content="Computer Science">
|
||||
<link rel="apple-touch-icon-precomposed" href="https://mgrove.uk/logo.png">
|
||||
|
||||
<!-- tile icon & colour for Windows 8 -->
|
||||
@@ -23,8 +23,8 @@
|
||||
<meta name="msapplication-TileColor" content="#26174e">
|
||||
|
||||
<!-- page info -->
|
||||
<title>ComSci | Matthew Grove</title>
|
||||
<meta name="description" content="Some Computer Science info | by Matthew Grove">
|
||||
<title>Computer Science | Matthew Grove</title>
|
||||
<meta name="description" content="Some helpful tips for studying Computer Science. | by Matthew Grove">
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<!-- stylesheets -->
|
||||
@@ -57,6 +57,7 @@
|
||||
<nav id="menu">
|
||||
<ul class="links">
|
||||
<li><a href="/" >Home</a></li>
|
||||
<li><a href="https://blog.mgrove.uk">Blog</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -68,7 +69,7 @@
|
||||
|
||||
|
||||
<li><a href="/comsci/" class="current-page-link"
|
||||
>ComSci</a></li>
|
||||
>Computer Science</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -91,7 +92,7 @@
|
||||
|
||||
<!-- Heading -->
|
||||
<div id="heading">
|
||||
<h1>ComSci</h1>
|
||||
<h1>Computer Science</h1>
|
||||
</div>
|
||||
|
||||
<!-- Main -->
|
||||
|
||||
Reference in New Issue
Block a user