diff --git a/content/have_you_considered.md b/content/have_you_considered.md index 643ee03..d3ecb8d 100644 --- a/content/have_you_considered.md +++ b/content/have_you_considered.md @@ -3,11 +3,8 @@ Date: 2017-3-9 Category: a x-post Tags: xmpp, conversations, instant messaging, ecosystem Slug: have-you-considered-the-alternative -summary: Signal is often considered an alternative to Whatsapp, but is it really? Why you should gather a group of friends and consider staring into the abyss of self-hosted, federated messaging services. +Summary: *This article first appeared on on the 9th of March of 2017.*
Signal is often considered an alternative to Whatsapp, but is it really? Why you should gather a group of friends and consider staring into the abyss of self-hosted, federated messaging services. -*This article was first first published on on the 9th of March of 2017.* - -
>"Remember, when advertising is involved you the user are the product. [...] >When people ask us why we charge for WhatsApp, we say 'Have you considered the alternative?'" diff --git a/pelicanconf.py b/pelicanconf.py index 0f536df..6b2806d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -5,6 +5,7 @@ from __future__ import unicode_literals AUTHOR = 'rra' SITENAME = 'Wtt�F' SITEURL = '' +SUBTITLE=" a project about federated social media and open source design" PATH = 'content' THEME = 'theme/wttf' diff --git a/theme/wttf/static/main.css b/theme/wttf/static/main.css index a7453b2..6c16245 100644 --- a/theme/wttf/static/main.css +++ b/theme/wttf/static/main.css @@ -130,6 +130,8 @@ header{ width:20px; height: 20px; position: absolute; + opacity: 0.15; + filter: alpha(opacity=15); /* For IE8 and earlier */ } #menu select{ height:5vw; diff --git a/theme/wttf/templates/base.html b/theme/wttf/templates/base.html index e53c2df..cefa7b3 100644 --- a/theme/wttf/templates/base.html +++ b/theme/wttf/templates/base.html @@ -2,7 +2,7 @@ {% block head %} - {% block title %}{{ SITENAME }}{% endblock title %} + {% block title %}{{ SITENAME }} ⟿ {{ SUBTITLE }}{% endblock title %}