Add templates and generation script
This commit is contained in:
parent
c201bd380b
commit
802f4c3ece
3 changed files with 128 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Title: Lettre n°{LETTER_NUMBER} - {DATE}
|
||||
Date: {DATETIME}
|
||||
Date: {DATE_DIGITS} 09:00
|
||||
Category: Newsletter
|
||||
|
||||
<script type="application/ld+json">
|
||||
|
|
@ -11,7 +11,7 @@ Category: Newsletter
|
|||
"image": [
|
||||
"https://www.craftletter.fr/images/craftletter.svg"
|
||||
],
|
||||
"datePublished": "{DATETIME_UTC} (Coordinated Universal Time)",
|
||||
"datePublished": "{DATE_UTC} 09:00:00 GMT+0200 (Coordinated Universal Time)",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Pascal Le Merrer",
|
||||
|
|
@ -20,6 +20,4 @@ Category: Newsletter
|
|||
}
|
||||
</script>
|
||||
|
||||
<img class="logo" alt="Logo Craft Letter" src="{static}/images/craftletter.svg">
|
||||
|
||||
|
||||
<img class="logo" alt="Logo Craft Letter" src="{static}/images/craftletter.svg">
|
||||
Loading…
Add table
Add a link
Reference in a new issue