aboutsummaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2018-02-19 19:56:09 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2018-02-19 19:56:09 +0100
commit60368a105e71f81dc8a10e2c84298464b2a20ccf (patch)
treee35c719c2110b436f95758f7f1ad829123314ddc /blog
parenteac195d44eb1e201ac1b668972e3e2f9f74b2e0a (diff)
downloadjo.mssola.com-60368a105e71f81dc8a10e2c84298464b2a20ccf.tar.gz
jo.mssola.com-60368a105e71f81dc8a10e2c84298464b2a20ccf.zip
script: added a script to generate posts
This way I don't have to remember to specific org headers and such. Moreover, I've also fixed the translation of the titles. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'blog')
-rw-r--r--blog/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/index.html b/blog/index.html
index 01cdcae..20bf3f3 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -14,7 +14,7 @@ permalink_en: /blog/
<small>
{% if site.lang == "ca" %}
- <a href="/feed.xml">RSS feed</a>
+ <a href="/feed.xml">RSS Feed</a>
{% else %}
<a href="/feed.en.xml">RSS Feed</a>
{% endif %}
@@ -38,7 +38,7 @@ permalink_en: /blog/
<div class="post-preview col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<a href="{{ post.url | prepend: site.baseurl }}">
<h2 class="post-title">
- {% t post.title %}{% if post.subtitle %}.<small class="post-subtitle"> {{ post.subtitle }}</small>{% endif %}
+ {{ post.title }}{% if post.subtitle %}.<small class="post-subtitle"> {{ post.subtitle }}</small>{% endif %}
</h2>
</a>