diff options
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/footer.html | 2 | ||||
| -rw-r--r-- | _includes/header.html | 12 |
2 files changed, 12 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 89ae5a1..8b13789 100644 --- a/_includes/footer.html +++ b/_includes/footer.html | |||
| @@ -1 +1 @@ | |||
| <footer></footer> | |||
diff --git a/_includes/header.html b/_includes/header.html index 7f5c53d..ff8c014 100644 --- a/_includes/header.html +++ b/_includes/header.html | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | <header> | 1 | <header> |
| 2 | @@header@@ | 2 | <a href="/">@mitjafelicijan</a> |
| 3 | </header> | 3 | </header> |
| 4 | |||
| 5 | <nav> | ||
| 6 | <ul> | ||
| 7 | <li><a href="//gist.github.com/mitjafelicijan" target="_blank" rel="noopener">gists</a></li> | ||
| 8 | <li><a href="//github.com/mitjafelicijan" target="_blank" rel="noopener">github</a></li> | ||
| 9 | <li><a href="//twitter.com/mitjafelicijan" target="_blank" rel="noopener">twitter</a></li> | ||
| 10 | <li><a href="//plus.google.com/+MitjaFelicijan?rel=author" target="_blank" rel="noopener">google+</a></li> | ||
| 11 | <li><a href="/curriculum-vitae">curriculum vitae</a></li> | ||
| 12 | </ul> | ||
| 13 | </nav> | ||
