blob: 84acbb49956d11171a98a58f521ed26bbceeaf65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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>
|