From da6a25065b6e300527a392ff66c74bbeb90ba192 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 28 Dec 2020 06:38:05 +0100 Subject: Added new weekly links --- emailing/templates/index.hbs | 37 +++++++++++++++++++++++++++++++++++++ emailing/templates/mailing.hbs | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 emailing/templates/index.hbs create mode 100644 emailing/templates/mailing.hbs (limited to 'emailing/templates') diff --git a/emailing/templates/index.hbs b/emailing/templates/index.hbs new file mode 100644 index 0000000..50b7bdd --- /dev/null +++ b/emailing/templates/index.hbs @@ -0,0 +1,37 @@ + + + + + + + + + + + + + Mitja Felicijan - Weekly links archive + + + + + + + + +
+ + ⬅ Back home + +

Weekly links archive

+ + +
+ + + + diff --git a/emailing/templates/mailing.hbs b/emailing/templates/mailing.hbs new file mode 100644 index 0000000..42b464d --- /dev/null +++ b/emailing/templates/mailing.hbs @@ -0,0 +1,42 @@ + + + + {{ title }} + + + + +
+ + {{#each campaign.categories}} + {{#each this.links}} +
+ {{this.title}} +
{{this.excerpt}}
+
+ {{#each this.tags}} + {{.}} + {{/each}} +
+
+ {{/each}} + {{/each}} + +
+ +
+ weekly links archive + mitjafelicijan.com + github.com/mitjafelicijan +
+ + + + -- cgit v1.2.3