Footer updates, removed GitHub link for now

This commit is contained in:
Tim Stallard 2016-04-13 12:07:31 +01:00
parent 345411ad17
commit b240fef922
2 changed files with 5 additions and 2 deletions

View File

@ -145,6 +145,9 @@ body{
font-size: 1.2em;
font-weight: bold;
}
a{
color: inherit;
}
}

View File

@ -9,7 +9,7 @@
<meta name="msapplication-navbutton-color" content="#6d0000">
<meta name="apple-mobile-web-app-status-bar-style" content="#6d0000">
<meta http-equiv="x-ua-compatible" content="IE=Edge"/>
</head>
</head
<body>
<div id="main">
<div id="header">
@ -30,7 +30,7 @@
</div>
<div id="footer">
<h3>&copy; Tim Stallard 2015</h3>
Hand crafted in the UK with DocPad, SmoothState.js, and lots of other magic - see the code <a href="https://github.com/TimStallard/timstallard.me.uk">on GitHub</a>
Hand crafted in the UK with DocPad, SmoothState.js, and lots of other magic<% /* - see the code <a href="https://github.com/TimStallard/timstallard.me.uk">on GitHub</a> */ %>
</div>
</body>
</html>