padoftheday
This commit is contained in:
parent
a30b36ade9
commit
bb9a65d532
@ -8,9 +8,10 @@
|
|||||||
{% endblock scripts %}
|
{% endblock scripts %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
{% set padoftheday = pads | random %}
|
||||||
<h1>{{title}} freshly baked on {{timestamp}}</h1>
|
<h1>{{title}} freshly baked on {{timestamp}}</h1>
|
||||||
<div id="welcome">
|
<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>
|
</div>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user