File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
+++
2
- title = " [test] How I made a Monzu interpreter "
2
+ title = " [test] example blog "
3
3
date = 2024-11-09
4
- description = " A deep-dive into this bizarre yet funny, compiled low-level programming language, especially by the organization's founder ."
4
+ description = " This is an example blog post ."
5
5
authors = [" furtidev" ]
6
6
[taxonomies ]
7
7
tags = [" test" ]
Original file line number Diff line number Diff line change 1
1
{% extends "base.html" %} {% block content %}
2
2
3
3
< center >
4
- < h1 > < i class ="fa-solid fa-mug-hot "> </ i > Latest < u > Blogs</ u > </ h1 >
4
+ < h1 >
5
+ < i class ="fa-solid fa-mug-hot "> </ i > Latest
6
+ < u class ="pico-color-pumpkin-200 "> Blogs</ u >
7
+ </ h1 >
5
8
< hr />
6
9
7
10
{% if paginator.pages|length == 0 %} no blogs! {%else%} {% for page in
@@ -14,10 +17,14 @@ <h1><i class="fa-solid fa-mug-hot"></i> Latest <u>Blogs</u></h1>
14
17
</ div >
15
18
< div class ="blog-post-right ">
16
19
< i class ="fa-solid fa-hourglass-half "> </ i > {{ page.date |
17
- date(format="%b %d, %Y") }} < i class ="fa-solid fa-user "> </ i > {{
18
- page.authors[0] }}
20
+ date(format="%b %d, %Y") }} < i class ="fa-solid fa-user "> </ i >
21
+ < a href ="https://github.com/{{ page.authors[0] }} "
22
+ > {{ page.authors[0] }}</ a
23
+ >
19
24
</ div >
20
25
</ div >
21
26
22
- {% endfor %} {% endif %} {% endblock content %}
27
+ {% endfor %} {% endif %}
23
28
</ center >
29
+
30
+ {% endblock content %}
You can’t perform that action at this time.
0 commit comments