diff options
author | Marc Coquand <marcc0000@pm.me> | 2023-09-15 08:50:54 -0300 |
---|---|---|
committer | Marc Coquand <marcc0000@pm.me> | 2023-09-15 08:50:54 -0300 |
commit | e6cd344982c33dbdd2d017b7b5573878f5d8790d (patch) | |
tree | cbfc49444cbe4cf66288b86431077edd351a1b10 /_includes/post.njk | |
parent | 60a2162ce52a629b1bd178f8977b9e38f310f42e (diff) | |
download | mccd.space-e6cd344982c33dbdd2d017b7b5573878f5d8790d.tar.gz mccd.space-e6cd344982c33dbdd2d017b7b5573878f5d8790d.tar.bz2 mccd.space-e6cd344982c33dbdd2d017b7b5573878f5d8790d.zip |
Update title
Diffstat (limited to '_includes/post.njk')
-rw-r--r-- | _includes/post.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/post.njk b/_includes/post.njk index 115d9d0..0e75a54 100644 --- a/_includes/post.njk +++ b/_includes/post.njk @@ -22,7 +22,7 @@ tag: post ߸ </a> <div class="side-margin" style="margin-left:4rem; display: flex; flex-direction: column; max-width: 40rem"> - <h1>On Web, Actions and Words</h1> + <h1>{{title}}</h1> {{ content | safe }} </div> </body> |