renaming subtitles to subtitle
This commit is contained in:
commit
c0b9ac4033
@ -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 <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. [...]
|
||||
>When people ask us why we charge for WhatsApp, we say 'Have you considered the alternative?'"
|
||||
|
@ -5,6 +5,7 @@ from __future__ import unicode_literals
|
||||
AUTHOR = 'rra'
|
||||
SITENAME = 'Wtt<EFBFBD>F'
|
||||
SITEURL = ''
|
||||
SUBTITLE=" a project about federated social media and open source design"
|
||||
|
||||
PATH = 'content'
|
||||
THEME = 'theme/wttf'
|
||||
|
@ -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;
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="{{ DEFAULT_LANG }}">
|
||||
<head>
|
||||
{% block head %}
|
||||
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
|
||||
<title>{% block title %}{{ SITENAME }} ⟿ {{ SUBTITLE }}{% endblock title %}</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/{{ THEME_STATIC_DIR }}{{ CSS_FILE }}" />
|
||||
|
Loading…
Reference in New Issue
Block a user