Added backlink to komodomedia.com

This commit is contained in:
Polonkai Gergely 2012-09-15 18:10:40 +02:00
parent bb9e6e6dba
commit a37904f4ec
2 changed files with 8 additions and 2 deletions

7
TODO
View File

@ -1,4 +1,9 @@
Add backlink to komodomedia.com because of social network icons
Blog post back-dating
What happens to a post's createdAt field if I edit a post?
Custom datetime widget (e.g a JS one?)
Commenting (WIP)
Login via OAuth2 providers (FB, Google, GitHub)
Login via OpenID

View File

@ -2,5 +2,6 @@
{% block title %} - Disclaimer{% endblock %}
{% block content %}
<h3>Disclaimer</h3>
<p>The articles and thoughts on this site is originated from me, unless otherwise stated. Please use them with this statement in your mind. If you use anything, please put a backlink on your site to the given article(s) or the main page.</p>
<p>The articles and thoughts on this site all originate from me, unless otherwise stated. Please use them with this statement in your mind. If you use anything, please put a backlink on your site to the given article(s) or the main page.</p>
<p>The social media icons on the right are from <a href="http://komodomedia.com/">komodomedia.com</a>.</p>
{% endblock content %}