Updated various details

This commit is contained in:
2017-10-10 21:58:45 +01:00
parent ff8d54b726
commit 19e5489ed4
4 changed files with 10 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title><%= document.title %> // Tim Stallard</title>
<title><% if(document.slug != "index"){ %><%= document.title %> // <% } %>Tim Stallard</title>
<%- getBlock("styles").toHTML() %>
<%- getBlock("scripts").toHTML() %>
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -30,9 +30,8 @@
</div>
<div id="footer">
<h3>&copy; Tim Stallard <%- new Date().getFullYear() %></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>
<br>
Mugshot by the awesome <a href="http://lws.io/">Kevin Lewis</a> at <a href="http://rebelmakers.co.uk/">Rebel Makers Club</a>
Built with DocPad, SmoothState.js, and lots of other magic - see the code <a href="https://github.com/TimStallard/timstallard.me.uk">on GitHub</a><br>
Mugshot by <a href="http://lws.io/">Kevin Lewis</a> at <a href="http://rebelmakers.co.uk/">Rebel Makers Club</a>
</div>
</body>
</html>