File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 76
76
{% set url = learn.url %}
77
77
{% set thumb = learn.thumbnail %}
78
78
{% set author = learn.author %}
79
-
79
+ {% set datePublished = learn.date_published %}
80
80
< li >
81
81
< div >
82
82
< div >
83
83
< a itemprop ="url " href ="{{ url }} " class ="no-underline ">
84
84
< img src ="{{ thumb }} "/>
85
85
< h3 > {{ name }}</ h3 >
86
86
</ a >
87
- {{ description }}
87
+ < time datetime ="{{ datePublished }} "> {{ datePublished }}</ time >
88
+ < p > {{ description }}</ p >
88
89
</ div >
89
90
</ div >
90
91
</ li >
Original file line number Diff line number Diff line change 1
1
{% from '_helpers.html' import learning_item %}
2
2
3
- < section class ="notifications " id ="notifications ">
3
+ < section class ="learning " id ="learning ">
4
4
{% block learning %}
5
- {{ learning_item('progressive-webvr') }}
5
+ < ul >
6
+ {{ learning_item('progressive-webvr') }}
7
+ </ ul >
6
8
{% endblock %}
7
9
</ section >
Original file line number Diff line number Diff line change 5
5
"url" : " https://unboring.net/workflows/progressive-enhancement/" ,
6
6
"author" : " Arturo Paracuellos" ,
7
7
"author_url" : " unboring.net" ,
8
- "thumbnail" : " articles/progressive-webvr/thumbnail.png"
8
+ "thumbnail" : " articles/progressive-webvr/thumbnail.png" ,
9
+ "date_published" : " 5-April-2017"
9
10
}
10
11
}
You can’t perform that action at this time.
0 commit comments