From d4728e6972882e09ead61214367a35c5c6feafef Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 29 Dec 2020 00:44:19 +0100 Subject: Added newsletter --- newsletter/templates/index.hbs | 37 +++++++++++++++++++++++++++++++++++ newsletter/templates/mailing.hbs | 42 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 newsletter/templates/index.hbs create mode 100644 newsletter/templates/mailing.hbs (limited to 'newsletter/templates') diff --git a/newsletter/templates/index.hbs b/newsletter/templates/index.hbs new file mode 100644 index 0000000..8a96125 --- /dev/null +++ b/newsletter/templates/index.hbs @@ -0,0 +1,37 @@ + + + + + + + + + + + + + Mitja Felicijan - Weekly links archive + + + + + + + + +
+ + ⬅ Back home + +

Weekly links archive

+ + +
+ + + + diff --git a/newsletter/templates/mailing.hbs b/newsletter/templates/mailing.hbs new file mode 100644 index 0000000..d1c8cf4 --- /dev/null +++ b/newsletter/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