Browse Source

renaming subtitles to subtitle

master
mb @ ts 6 years ago
parent
commit
c0b9ac4033
  1. 5
      content/have_you_considered.md
  2. 1
      pelicanconf.py
  3. 2
      theme/wttf/static/main.css
  4. 2
      theme/wttf/templates/base.html

5
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 <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?'"

1
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'

2
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;

2
theme/wttf/templates/base.html

@ -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…
Cancel
Save