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 %}