File tree Expand file tree Collapse file tree 4 files changed +20
-15
lines changed Expand file tree Collapse file tree 4 files changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,16 @@ bodyClass: body-post
6
6
<div class =" post" >
7
7
<div class =" post-header" >
8
8
<h1 class =" post-title" >{{ title }} </h1 >
9
-
10
- <em ><time class =" post-date" datetime =" {{ date | date('dd/MM/yyyy') }}" >
11
- {{ date | date (' dd/MM/yyyy' ) }}
12
- </time ></em >
9
+ <em >
10
+ <time class =" post-date" datetime =" {{ date | date('dd/MM/yyyy') }}" >
11
+ {{ date | date (' dd/MM/yyyy' ) }}
12
+ </time >
13
+ {%- if location -%}
14
+ 📍 {{ location }}
15
+ {%- endif -%}
16
+ </em >
13
17
</div >
14
-
18
+ < hr />
15
19
<div class =" post-body" >
16
20
{{ content | safe }}
17
21
</div >
Original file line number Diff line number Diff line change 31
31
< div class ="post ">
32
32
< div class ="post-header ">
33
33
< h1 class ="post-title "> Example Post</ h1 >
34
-
35
- < em > < time class ="post-date " datetime ="01/04/2023 ">
36
- 01/04/2023
37
- </ time > </ em >
34
+ < em >
35
+ < time class ="post-date " datetime ="01/04/2023 ">
36
+ 01/04/2023
37
+ </ time > </ em >
38
38
</ div >
39
-
39
+ < hr >
40
40
< div class ="post-body ">
41
41
< h2 > Solvere clamatque bracchiaque tu in inter formae</ h2 >
42
42
< p > Lorem markdownum infelix; meo et ille alii, illa adhuc Tirynthius hostem iterum
Original file line number Diff line number Diff line change 31
31
< div class ="post ">
32
32
< div class ="post-header ">
33
33
< h1 class ="post-title "> This Is A Lume Blog Template</ h1 >
34
-
35
- < em > < time class ="post-date " datetime ="02/04/2023 ">
36
- 02/04/2023
37
- </ time > </ em >
34
+ < em >
35
+ < time class ="post-date " datetime ="02/04/2023 ">
36
+ 02/04/2023
37
+ </ time > 📍 Isle of Wight </ em >
38
38
</ div >
39
-
39
+ < hr >
40
40
< div class ="post-body ">
41
41
< p > I'm releasing this blog template for free. I use it personally for < a href ="https://jfg.name "> jfg.name</ a > .</ p >
42
42
< h2 > How To Use It</ h2 >
Original file line number Diff line number Diff line change 2
2
title : This Is A Lume Blog Template
3
3
description : Releasing my template for free
4
4
date : 2023-04-02
5
+ location : Isle of Wight
5
6
---
6
7
7
8
I'm releasing this blog template for free. I use it personally for [ jfg.name] ( https://jfg.name ) .
You can’t perform that action at this time.
0 commit comments