diff --git a/templates/index.html b/templates/index.html index f776496..a424b87 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,9 +9,9 @@ {% set padoftheday = pads | random %} -

{{title}} freshly baked on {{timestamp}}

+

{{title}}

- 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 Etherpad instance. 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 {{ padoftheday.padid }}{% 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 Etherpad instance. 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 {{ padoftheday.padid }}
@@ -45,9 +45,8 @@

This page is generated using Etherdump by Constant VZW. It is a command-line utility that extends the multi writing and publishing functionalities of the Etherpad by exporting the pads in multiple formats. This Etherdump installation (currently) converts pads into html, txt and json documents.

- This list only includes pads that are tagged with the magic word __PUBLISH__ (which is an opt-in keyword). -

- {% block info %}

Last update {{timestamp}}.

{% endblock %} +

+ {% block info %}

Last updated {{timestamp}}.

{% endblock %}