summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html2
-rw-r--r--_includes/header.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 6518781..2fb2174 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,7 +1,7 @@
<footer>
<div id="footer">
- <p id='copyright'><a href='/'>lumberjaph.net</a> is &copy; 2008 &ndash; present Franck Cuny // <a href="https://twitter.com/franckcuny">@franckcuny</a>
+ <p id='copyright'>&copy; 2008 &ndash; present Franck Cuny // <a href="https://twitter.com/franckcuny">@franckcuny</a>
[ <a href='/articles'>All posts</a> |
<a href='/about'>About</a> ]</p>
diff --git a/_includes/header.html b/_includes/header.html
index a6c1e30..663b79b 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -19,6 +19,7 @@
<meta name="twitter:description" content="{{ page.summary }}">
<meta name="twitter:url" content="{{ page.url }}">
+<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/static/css/style.css" type="text/css"/>
<link rel="canonical" href="//lumberjaph.net{{ page.url | replace:'index.html','' }}" />