From ac319db35938ed9b0232186caa3486b9f8caf655 Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <david@luevano.xyz>
Date: Sat, 6 May 2023 06:57:14 -0600
Subject: update css and templates, add new entry

---
 plt/blog/index.html     | 2 +-
 plt/blog/page_list.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'plt')

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%}
-- 
cgit v1.2.3-70-g09d2