renaming subtitles to subtitle

This commit is contained in:
mb @ ts 2018-05-18 11:32:18 +02:00
commit c0b9ac4033
4 changed files with 5 additions and 5 deletions

View File

@ -3,11 +3,8 @@ Date: 2017-3-9
Category: a x-post Category: a x-post
Tags: xmpp, conversations, instant messaging, ecosystem Tags: xmpp, conversations, instant messaging, ecosystem
Slug: have-you-considered-the-alternative 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 <https://homebrewserver.club> on the 9th of March of 2017.* <hr> 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 <https://homebrewserver.club> on the 9th of March of 2017.*
<hr>
>"Remember, when advertising is involved you the user are the product. [...] >"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?'" >When people ask us why we charge for WhatsApp, we say 'Have you considered the alternative?'"

View File

@ -5,6 +5,7 @@ from __future__ import unicode_literals
AUTHOR = 'rra' AUTHOR = 'rra'
SITENAME = 'Wtt<EFBFBD>F' SITENAME = 'Wtt<EFBFBD>F'
SITEURL = '' SITEURL = ''
SUBTITLE=" a project about federated social media and open source design"
PATH = 'content' PATH = 'content'
THEME = 'theme/wttf' THEME = 'theme/wttf'

View File

@ -130,6 +130,8 @@ header{
width:20px; width:20px;
height: 20px; height: 20px;
position: absolute; position: absolute;
opacity: 0.15;
filter: alpha(opacity=15); /* For IE8 and earlier */
} }
#menu select{ #menu select{
height:5vw; height:5vw;

View File

@ -2,7 +2,7 @@
<html lang="{{ DEFAULT_LANG }}"> <html lang="{{ DEFAULT_LANG }}">
<head> <head>
{% block head %} {% block head %}
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title> <title>{% block title %}{{ SITENAME }} ⟿ {{ SUBTITLE }}{% endblock title %}</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/{{ THEME_STATIC_DIR }}{{ CSS_FILE }}" /> <link rel="stylesheet" type="text/css" href="{{SITEURL}}/{{ THEME_STATIC_DIR }}{{ CSS_FILE }}" />