File tree Expand file tree Collapse file tree 6 files changed +28
-25
lines changed Expand file tree Collapse file tree 6 files changed +28
-25
lines changed Original file line number Diff line number Diff line change 11
11
{% if collection %}
12
12
< div class ="section ablog__catalog_header ">
13
13
< h2 >
14
- {{ header }}
14
+ < span > {{ header }}
15
15
< a href ="{{ pathto(collection.docname) }} "> {{ collection }}</ a >
16
+ </ span >
16
17
</ h2 >
17
18
{% for post in collection %}
18
19
< div class ="section ablog__catalog_post ">
19
20
< p >
20
21
{% if post.published %}
21
- {{ post.date.strftime(ablog.post_date_format) }}
22
+ < span > {{ post.date.strftime(ablog.post_date_format) }}</ span >
22
23
{% else %}
23
- Draft
24
+ < span > Draft</ span >
24
25
{% endif %}
25
26
-
26
27
< a href ="{{ postlink(post) }} "
Original file line number Diff line number Diff line change 13
13
< a href ="{{ pathto(collection.path, 1) }}/atom.xml ">
14
14
< i class ="fa fa-rss fa-rotate-270 "> </ i > </ a >
15
15
{% endif %}
16
- {{ header }}
16
+ < span > {{ header }}
17
17
{% if collection.href %}
18
18
< a href ="{{ collection.href }} "> {{ collection }}</ a >
19
19
{% else %}
20
20
{{ collection }}
21
21
{% endif %}
22
+ </ span >
22
23
</ h1 >
23
24
{% if ablog.blog_archive_titles %}
24
25
{% for post in collection %}
25
26
< div class ="section ablog__collection_meta ">
26
27
< p >
27
28
{% if post.published %}
28
- {{ post.date.strftime(ablog.post_date_format) }}
29
+ < span > {{ post.date.strftime(ablog.post_date_format) }}</ span >
29
30
{% else %}
30
- Draft
31
+ < span > Draft</ span >
31
32
{% endif %}
32
33
-
33
34
< a href ="{{ postlink(post) }} "> {{ post.title }}</ a >
@@ -46,15 +47,15 @@ <h2 class="ablog-post-title">
46
47
{% if fa %}
47
48
< i class ="fa fa-calendar "> </ i >
48
49
{% endif %}
49
- {{ post.date.strftime(ablog.post_date_format) }}
50
+ < span > {{ post.date.strftime(ablog.post_date_format) }}</ span >
50
51
{% else %}
51
52
{% if fa %}
52
53
< i class ="fa fa-pencil "> </ i >
53
54
{% endif %}
54
55
{% if post.date %}
55
- {{ post.date.strftime(ablog.post_date_format) }}
56
+ < span > {{ post.date.strftime(ablog.post_date_format) }}</ span >
56
57
{% else %}
57
- Draft
58
+ < span > Draft</ span >
58
59
{% endif %}
59
60
{% endif %}
60
61
</ li >
Original file line number Diff line number Diff line change 7
7
{% if fa %}
8
8
< i class ="fa fa-calendar "> </ i >
9
9
{% endif %}
10
- {{ post.date.strftime(ablog.post_date_format) }}
10
+ < span > {{ post.date.strftime(ablog.post_date_format) }}</ span >
11
11
{% else %}
12
12
{% if fa %}
13
13
< i class ="fa fa-pencil "> </ i >
14
14
{% endif %}
15
15
{% if post.date %}
16
- {{ post.date.strftime(ablog.post_date_format) }}
16
+ < span > {{ post.date.strftime(ablog.post_date_format) }}</ span >
17
17
{% else %}
18
- Draft
18
+ < span > Draft</ span >
19
19
{% endif %}
20
20
{% endif %}
21
21
</ h2 >
Original file line number Diff line number Diff line change 12
12
{% if collection %}
13
13
< div class ="section ablog__catalog_header ">
14
14
< h2 >
15
- {{ header }}
16
- < a href ="{{ pathto(collection.docname) }} "> {{ collection }}</ a >
15
+ < span > {{ header }}
16
+ < a href ="{{ pathto(collection.docname) }} "> {{ collection }}</ a > </ span >
17
17
</ h2 >
18
18
{% for post in collection %}
19
19
< div class ="section ablog__catalog_post ">
20
20
< p >
21
21
{% if post.published %}
22
- {{ post.date.strftime(ablog.post_date_format) }}
22
+ < span > {{ post.date.strftime(ablog.post_date_format) }}</ span >
23
23
{% else %}
24
- Draft
24
+ < span > Draft</ span >
25
25
{% endif %}
26
26
-
27
27
< a href ="{{ postlink(post) }} "
Original file line number Diff line number Diff line change 15
15
< a href ="{{ pathto(collection.path, 1) }}/atom.xml ">
16
16
< i class ="fa fa-rss fa-rotate-270 "> </ i > </ a >
17
17
{% endif %}
18
- {{ header }}
18
+ < span > {{ header }}
19
19
{% if collection.href %}
20
20
< a href ="{{ collection.href }} "> {{ collection }}</ a >
21
21
{% else %}
22
22
{{ collection }}
23
23
{% endif %}
24
+ </ span >
24
25
</ h1 >
25
26
{% if ablog.blog_archive_titles %}
26
27
{% for post in collection %}
27
28
< div class ="section ablog__collection_meta ">
28
29
< p >
29
30
{% if post.published %}
30
- {{ post.date.strftime(ablog.post_date_format) }}
31
+ < span > {{ post.date.strftime(ablog.post_date_format) }}</ span >
31
32
{% else %}
32
- Draft
33
+ < span > Draft</ span >
33
34
{% endif %}
34
35
-
35
36
< a href ="{{ postlink(post) }} "> {{ post.title }}</ a >
@@ -48,15 +49,15 @@ <h2 class="ablog-post-title">
48
49
{% if fa %}
49
50
< i class ="fa fa-calendar "> </ i >
50
51
{% endif %}
51
- {{ post.date.strftime(ablog.post_date_format) }}
52
+ < span > {{ post.date.strftime(ablog.post_date_format) }}</ span >
52
53
{% else %}
53
54
{% if fa %}
54
55
< i class ="fa fa-pencil "> </ i >
55
56
{% endif %}
56
57
{% if post.date %}
57
- {{ post.date.strftime(ablog.post_date_format) }}
58
+ < span > {{ post.date.strftime(ablog.post_date_format) }}</ span >
58
59
{% else %}
59
- Draft
60
+ < span > Draft</ span >
60
61
{% endif %}
61
62
{% endif %}
62
63
</ li >
Original file line number Diff line number Diff line change 8
8
{% if fa %}
9
9
< i class ="fa fa-calendar "> </ i >
10
10
{% endif %}
11
- {{ post.date.strftime(ablog.post_date_format) }}
11
+ < span > {{ post.date.strftime(ablog.post_date_format) }}</ span >
12
12
{% else %}
13
13
{% if fa %}
14
14
< i class ="fa fa-pencil "> </ i >
15
15
{% endif %}
16
16
{% if post.date %}
17
- {{ post.date.strftime(ablog.post_date_format) }}
17
+ < span > {{ post.date.strftime(ablog.post_date_format) }}</ span >
18
18
{% else %}
19
- Draft
19
+ < span > Draft</ span >
20
20
{% endif %}
21
21
{% endif %}
22
22
</ h2 >
You can’t perform that action at this time.
0 commit comments