From a37904f4ec988dd1d2bc39c29fed4603e3a865e0 Mon Sep 17 00:00:00 2001 From: Polonkai Gergely Date: Sat, 15 Sep 2012 18:10:40 +0200 Subject: [PATCH] Added backlink to komodomedia.com --- TODO | 7 ++++++- .../Resources/views/Default/disclaimer.html.twig | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 8a22bc9..81d79c4 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/src/GergelyPolonkai/FrontBundle/Resources/views/Default/disclaimer.html.twig b/src/GergelyPolonkai/FrontBundle/Resources/views/Default/disclaimer.html.twig index 9f4db2e..e1dce7f 100644 --- a/src/GergelyPolonkai/FrontBundle/Resources/views/Default/disclaimer.html.twig +++ b/src/GergelyPolonkai/FrontBundle/Resources/views/Default/disclaimer.html.twig @@ -2,5 +2,6 @@ {% block title %} - Disclaimer{% endblock %} {% block content %}

Disclaimer

-

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.

+

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.

+

The social media icons on the right are from komodomedia.com.

{% endblock content %}