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' AUTHOR = 'rra'
SITENAME = 'Wtt�F' SITENAME = 'Wtt�F'
SITEURL = '' SITEURL = ''
SUBTITLE=" a project about federated social media and open source design"
PATH = 'content' PATH = 'content'
THEME = 'theme/wttf' THEME = 'theme/wttf'

11
theme/wttf/templates/base.html

@ -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 }}" />
@ -53,14 +53,7 @@
<div class="indent">Federation</div> <div class="indent">Federation</div>
</div> </div>
<div id="subtitles"> <div id="subtitles">
<div>⟿ social media ⟿</div> {{ SUBTITLE }}
<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>
</div> </div>
</h1> </h1>
<h1 id="menu" class="sticky"> <h1 id="menu" class="sticky">

Loading…
Cancel
Save