Browse Source

provisional subtitle

master
rra 6 years ago
parent
commit
6bb528216c
  1. 1
      pelicanconf.py
  2. 11
      theme/wttf/templates/base.html

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'

11
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 }}" />
@ -53,14 +53,7 @@
<div class="indent">Federation</div>
</div>
<div id="subtitles">
<div>⟿ social media ⟿</div>
<div>chats ⟿</div>
<div>ecosystems ⟿</div>
<div>open protocols ⟿</div>
<div>(XMPP, ActivityPub, OStatus, ...) ⟿</div>
<div>design ⟿</div>
<div>language ⟿</div>
<div>user experiences (UX) ⟿</div>
{{ SUBTITLE }}
</div>
</h1>
<h1 id="menu" class="sticky">

Loading…
Cancel
Save