diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-05-06 06:57:14 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-05-06 06:57:14 -0600 |
commit | ac319db35938ed9b0232186caa3486b9f8caf655 (patch) | |
tree | 45e2b95a0c46082987a324567ca00a429114daa2 /plt | |
parent | 70e783628b1bf863da45cc8879b06288a498840b (diff) |
update css and templates, add new entry
Diffstat (limited to 'plt')
-rw-r--r-- | plt/blog/index.html | 2 | ||||
-rw-r--r-- | plt/blog/page_list.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plt/blog/index.html b/plt/blog/index.html index e9a03cf..a1b8ffa 100644 --- a/plt/blog/index.html +++ b/plt/blog/index.html @@ -37,7 +37,7 @@ {%block body_content%} <h1>Index -- {{config['title']}}</h1> - <p>Welcome to my blog where I'll post whatever I please, ranging from rants to how-to's. Además, este pex va a estar en español e inglés porque quiero (no una mezcla en cada entrada, pero sí entradas completas en diferentes lenguajes).</p> + <p>Welcome to my blog where I post random stuff such as rants, how to setup services on a vps server or lately, gamedev stuff. I usually post in English, but sometimes will do so in Spanish, specially when ranting over some IRL stuff.</p> <p>Get the RSS feed: <a target="_blank" href="{{config['url']['main']}}/rss.xml">{{config['url']['main']}}/rss.xml</a></p> diff --git a/plt/blog/page_list.html b/plt/blog/page_list.html index 33201f8..05ce648 100644 --- a/plt/blog/page_list.html +++ b/plt/blog/page_list.html @@ -9,7 +9,7 @@ {%else%} <h3>{{p.cdate('list_sep_date')}}</h3> {%endif%} - <li>{{p.cdate('list_date')}} - <a href="{{p.url}}">{{p.title}}</a></li> + <li><span class="page-list-item">{{p.cdate('list_date')}}</span> - <a href="{{p.url}}">{{p.title}}</a></li> {%endfor%} </ul> {%endmacro%} |