Add newsletter template
This commit is contained in:
parent
7a8668001b
commit
cc5fb290ec
1 changed files with 25 additions and 0 deletions
25
template/newsletter.md
Normal file
25
template/newsletter.md
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
Title: Lettre n°{LETTER_NUMBER} - {DATE}
|
||||||
|
Date: {DATETIME}
|
||||||
|
Category: Newsletter
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "BlogPosting",
|
||||||
|
"name": "Lettre n°{LETTER_NUMBER}",
|
||||||
|
"description": "Lettre de veille technologique en développement logiciel",
|
||||||
|
"image": [
|
||||||
|
"https://www.craftletter.fr/images/craftletter.svg"
|
||||||
|
],
|
||||||
|
"datePublished": "{DATETIME_UTC} (Coordinated Universal Time)",
|
||||||
|
"author": {
|
||||||
|
"@type": "Person",
|
||||||
|
"name": "Pascal Le Merrer",
|
||||||
|
"url": "https://www.linkedin.com/in/pascal-le-merrer/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<img class="logo" alt="Logo Craft Letter" src="{static}/images/craftletter.svg">
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue