Link titles
This commit is contained in:
parent
0e4824f6aa
commit
b49384088b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header class="flex items-baseline">
|
<header class="flex items-baseline">
|
||||||
<h3>
|
<h3>
|
||||||
{{ post.data.title }}
|
<a href="{{ post.url | url }}">{{ post.data.title }}</a>
|
||||||
</h3>
|
</h3>
|
||||||
<div class="ml-4 hidden md:block">
|
<div class="ml-4 hidden md:block">
|
||||||
{% if post.data.lang === "es" %}
|
{% if post.data.lang === "es" %}
|
||||||
|
|
Loading…
Reference in a new issue