summaryrefslogtreecommitdiff
path: root/_includes/footer.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/footer.html
parent7a5172710b5eb93209293adfc9c773838befed62 (diff)
using lagom theme
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..84acbb4
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,12 @@
+<div class="disclaimer">
+ {% if site.theme.show_disclaimer %}
+ <p>
+ The postings on this site are my own and don't necessarily represent my
+ employer’s positions, strategies or opinions.
+ </p>
+ {% endif %}
+
+ <p>
+ © {{ site.theme.name }}, 2013 &mdash; built with Jekyll using Lagom theme
+ </p>
+</div> \ No newline at end of file