summaryrefslogtreecommitdiff
path: root/_includes/sidebar.html
diff options
context:
space:
mode:
authorBrian Picciano <bgp2396@bellsouth.net>2013-10-16 20:20:50 -0400
committerBrian Picciano <bgp2396@bellsouth.net>2013-10-16 20:20:50 -0400
commit5405686b0ed1a6e0a9bbf34355b7e077930f4101 (patch)
tree107e93bb237a9d04e69c853df47b492175b3ce6a /_includes/sidebar.html
parent7a5172710b5eb93209293adfc9c773838befed62 (diff)
using lagom theme
Diffstat (limited to '_includes/sidebar.html')
-rw-r--r--_includes/sidebar.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
new file mode 100644
index 0000000..c84f6d2
--- /dev/null
+++ b/_includes/sidebar.html
@@ -0,0 +1,14 @@
+<nav>
+ <!-- <a href="/">
+ <img src="/logo.png" id="logo" alt="Blog logo"/>
+ </a> -->
+ <h2><a href="/">{{ site.theme.name }}</a></h2>
+ <hr/>
+ <p>{{ site.theme.tagline }}</p>
+ <hr/>
+ <div>
+ <div id="social">
+ {% include social.html %}
+ </div>
+ </div>
+</nav>