From ac319db35938ed9b0232186caa3486b9f8caf655 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado 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%}

Index -- {{config['title']}}

-

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).

+

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.

Get the RSS feed: {{config['url']['main']}}/rss.xml

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%}

{{p.cdate('list_sep_date')}}

{%endif%} -
  • {{p.cdate('list_date')}} - {{p.title}}
  • +
  • {{p.cdate('list_date')}} - {{p.title}}
  • {%endfor%} {%endmacro%} -- cgit v1.2.3-54-g00ecf