diff options
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/grid.html | 3 | ||||
| -rw-r--r-- | _includes/listtags.html | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/_includes/grid.html b/_includes/grid.html index 89950b1..dcaa799 100644 --- a/_includes/grid.html +++ b/_includes/grid.html @@ -62,9 +62,10 @@ <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"> - {{ post.title }}{% if post.subtitle %}.<small class="post-subtitle"> {{ post.subtitle }}</small>{% endif %} + {{ post.title }} </h2> </a> + {% if post.subtitle %}<h3 class="post-subtitle-list"> {{ post.subtitle }}</h3>{% endif %} {% include postmeta.html date=post.date tags=post.tags %} diff --git a/_includes/listtags.html b/_includes/listtags.html index dcfa280..068eb55 100644 --- a/_includes/listtags.html +++ b/_includes/listtags.html @@ -3,9 +3,9 @@ {% capture tag_name %}{{ tag }}{% endcapture %} {% if include.urltobeused == "" %} - {% assign url = page.url %} + {% assign url = page.url | append: "/blog" %} {% else %} - {% assign url = "/" %} + {% assign url = "/blog" %} {% endif %} {% if site.lang == "ca" %} |
