diff options
Diffstat (limited to '_includes/footer.html')
-rw-r--r-- | _includes/footer.html | 12 |
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 — built with Jekyll using Lagom theme + </p> +</div>
\ No newline at end of file |