Browse Source

padoftheday

master
rra 5 years ago
parent
commit
bb9a65d532
  1. 3
      templates/index.html

3
templates/index.html

@ -8,9 +8,10 @@
{% endblock scripts %}
</head>
<body>
{% set padoftheday = pads | random %}
<h1>{{title}} freshly baked on {{timestamp}}</h1>
<div id="welcome">
Welcome! The notes below have been deliberately published their authors in order to share their thoughts, research and process in an early form. This page represents one of Varia's low-effort publishing tools. The notes are all collected on Varia's <a href="https://pad.vvvvvvaria.org/">Etherpad instance</a>. Etherpad is used as collaborative writing tool to take notes, coordinate projects and document gatherings that happen in and around Varia. For example our notes on {% for pad in pads | random %} <a href="{{pad.link}}">{{ pad.padid }}</a>{% endfor %}
Welcome! The notes below have been deliberately published their authors in order to share their thoughts, research and process in an early form. This page represents one of Varia's low-effort publishing tools. The notes are all collected on Varia's <a href="https://pad.vvvvvvaria.org/">Etherpad instance</a>. Etherpad is used as collaborative writing tool to take notes, coordinate projects and document gatherings that happen in and around Varia. For example our notes on <a href="{{padoftheday.link}}">{{ padoftheday.padid }}</a>{% endfor %}
</div>
<table>
<thead>

Loading…
Cancel
Save