summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/cover.html22
-rw-r--r--_includes/footer.html15
2 files changed, 8 insertions, 29 deletions
diff --git a/_includes/cover.html b/_includes/cover.html
index efdae6a..e69de29 100644
--- a/_includes/cover.html
+++ b/_includes/cover.html
@@ -1,22 +0,0 @@
-<div id="cover_wrap" class="clearfix">
-
- <header id="masthead" class="clearfix">
- <div class="intro">
- <h1>
- <a href="/" id="home">Franck Cuny</a>
- <a href="https://twitter.com/franckcuny">@franckcuny</a>
- </h1>
-
- <h2>
- <span>Software and Operation engineer.</span>
- </h2>
- </div>
-
- <ul class="nav">
- <li><a href="/articles/" title="Posts">Posts</a></li>
- <li><a href="/about/" title="About">About</a></li>
- </ul>
-
- </header>
-
-</div>
diff --git a/_includes/footer.html b/_includes/footer.html
index 243c209..4c0394b 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,8 +1,9 @@
-<footer id="footer" class="clearfix">
- <div class="center_mod">
- <ul class="nav">
- <li><a href="/articles/" title="Posts">Posts</a></li>
- <li><a href="/about/" title="About">About</a></li>
- </ul>
- </div>
+<footer>
+<div id="footer">
+
+ <p id='copyright'><a href='/'>lumberjaph.net</a> is &copy; 2008 &ndash; 2014 Franck Cuny // <a href="https://twitter.com/franckcuny">@franckcuny</a>
+ [ <a href='/articles'>All posts</a> |
+ <a href='/about'>About</a> ]</p>
+
+</div>
</footer>