diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2018-01-18 13:57:10 +0000 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2018-01-18 13:59:57 +0000 |
commit | 1160805befad7d674d2cf8374baa2f3f4b12741d (patch) | |
tree | 960a9e66702d3e7ffe77877db3a2bb08937d9f07 /_includes/footer.html | |
parent | 6322361389b56fa072eb9bebaa39d0e7725d709a (diff) |
replace old blog layout with minimal-mistakes theme
Diffstat (limited to '_includes/footer.html')
-rw-r--r-- | _includes/footer.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 84acbb4..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,12 +0,0 @@ -<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 |