rra 6 years ago
parent
commit
dfd66b275b
  1. 2
      content/pages/header.en.md
  2. 2
      content/pages/header.nl.md
  3. 4
      themes/varia/templates/base.html

2
content/pages/header.en.md

@ -4,4 +4,4 @@ Category: about
Slug: header
lang: en
<a class="h-card" rel="me" href="https://varia.zone/en/">*varia*</a> is a space for developing collective approaches to everyday technology. *varia* is an [association](/en/pages/about.html#contact) whos members organize [events](/en/category/event.html) and collaborate in [work groups](/en/category/work-group.html). *varia* is [around 90m<sup>2</sup>](/en/pages/about.html#offline) and has a [100/35<sup>mbps</sup> connection](/en/pages/about.html#online). *varia* works with [free software](https://gitea.vvvvvvaria.org), provides [a set of tools](/en/pages/about.html). *varia* figures things out as she goes, tries to keep [notes](https://vvvvvvaria.org/archive) and is [bilingual](/).
<a class="h-card" rel="me" href="https://varia.zone/en/">*varia*</a> is a space for developing collective approaches to everyday technology. *varia* is an [association](/en/pages/about.html#contact) whos members organize [events](/en/category/event.html) and collaborate in [work groups](/en/category/work-group.html). *varia* is [around 90m<sup>2</sup>](/en/pages/about.html#offline) and has a [100/35<sup>mbps</sup> connection](/en/pages/about.html#online). *varia* works with [free software](https://git.vvvvvvaria.org), provides [a set of tools](/en/pages/about.html). *varia* figures things out as she goes, tries to keep [notes](https://vvvvvvaria.org/archive) and is [bilingual](/).

2
content/pages/header.nl.md

@ -4,4 +4,4 @@ Category: about
Slug: header
lang: nl
<a class="h-card" rel="me" href="https://varia.zone">*varia*</a> is een ruimte voor de ontwikkeling van collectieve benaderingen van alledaagse technologie. *varia* is een [vereniging](/en/pages/about.html#contact) wiens leden [evenementen](/en/category/event.html) organiseren and samenwerken in [werkgroepen](/en/category/work-group.html). *varia* is [ongeveer 90m<sup>2</sup>](/en/pages/about.html#offline) and beschikt over een [100/35<sup>mbps</sup> verbinding](/en/pages/about.html#online). *varia* werkt met [vrije software](https://gitea.vvvvvvaria.org) en stelt [voorzieningen](/en/pages/about.html) beschikbaar. *varia* leert gaandeweg, probeert [aantekeningen](https://vvvvvvaria.org/archive) bij te houden en is [tweetalig](/en/).
<a class="h-card" rel="me" href="https://varia.zone">*varia*</a> is een ruimte voor de ontwikkeling van collectieve benaderingen van alledaagse technologie. *varia* is een [vereniging](/pages/about.html#contact) wiens leden [evenementen](/category/event.html) organiseren and samenwerken in [werkgroepen](/category/work-group.html). *varia* is [ongeveer 90m<sup>2</sup>](/pages/about.html#offline) and beschikt over een [100/35<sup>mbps</sup> verbinding](/pages/about.html#online). *varia* werkt met [vrije software](https://git.vvvvvvaria.org) en stelt [voorzieningen](/pages/about.html) beschikbaar. *varia* leert gaandeweg, probeert [aantekeningen](https://vvvvvvaria.org/archive) bij te houden en is [tweetalig](/).

4
themes/varia/templates/base.html

@ -20,7 +20,7 @@
{% if DEFAULT_LANG == 'nl' %}
{% if lang == 'nl' %}
<li><em>varia</em> kent de volgende gedaantes: </li>
<li><a href="https://we.lurk.org/varia" target="_blank"><i class="fa fa-rss "></i>mailinglijst </a></li>
<li><a href="https://we.lurk.org/postorius/lists/varia.we.lurk.org/" target="_blank"><i class="fa fa-rss "></i>mailinglijst </a></li>
<li><a href="feeds/all-{{ DEFAULT_LANG }}.rss.xml" type="application/rss+xml"><i class="fa fa-rss "></i>RSS feed </a></li>
<!-- <li><a href="#"><i class="fa fa-rss "></i>.ics kalendar</a></li> -->
<li {% if DEFAULT_LANG == 'nl' %} class="active"><a href="/">Nederlands</a>{% else %}><a href="/">Nederlands</a>{% endif %}</li>
@ -30,7 +30,7 @@
{% if DEFAULT_LANG == 'en' %}
{% if lang == 'en' %}
<li><em>varia</em> comes in many forms: </li>
<li><a href="https://we.lurk.org/varia" target="_blank"><i class="fa fa-rss "></i>mailinglist </a></li>
<li><a href="https://we.lurk.org/postorius/lists/varia.we.lurk.org/" target="_blank"><i class="fa fa-rss "></i>mailinglist </a></li>
<li><a href="feeds/all-{{ DEFAULT_LANG }}.rss.xml" type="application/rss+xml"><i class="fa fa-rss "></i>RSS feed </a></li>
<!-- <li><a href="#"><i class="fa fa-rss "></i>.ics calendar</a></li> -->
<li {% if DEFAULT_LANG == 'nl' %} class="active"><a href="/">Nederlands</a>{% else %}><a href="/">Nederlands</a>{% endif %}</li>

Loading…
Cancel
Save