diff --git a/tpl/css/style.css b/tpl/css/style.css index 9b24998..85df6e9 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css @@ -137,6 +137,10 @@ a, a:hover, a:visited { display: inline-block; width: 16px; height: 16px; + /* Hide textual content */ + text-indent: -9999px; + text-align: left; + overflow: hidden; } diff --git a/tpl/home.twig b/tpl/home.twig index 03f9f70..6f6c17e 100644 --- a/tpl/home.twig +++ b/tpl/home.twig @@ -15,12 +15,10 @@

{{ entry.title|e }}

{{ entry.content|striptags|slice(0, 300) }}...

{{ entry.url | e | getDomain }}

diff --git a/tpl/view.twig b/tpl/view.twig index ba0aae3..78207e1 100644 --- a/tpl/view.twig +++ b/tpl/view.twig @@ -4,15 +4,12 @@
@@ -25,16 +22,13 @@

{% trans "this article appears wrong?" %} {% trans "create an issue" %} {% trans "or" %} {% trans "contact us by mail" %}