Remove old link classes

This commit is contained in:
Oliver Davies 2019-01-03 01:32:59 +00:00
parent a627849410
commit 606be23129
6 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@
<ul class="pl-4">
{% for post in data.posts|slice(0, site.latest_posts) %}
<li>
<a href="{{ post.url }}" class="link">
<a href="{{ post.url }}">
{{- post.title -}}
</a>
</li>

View file

@ -29,7 +29,7 @@
{% if not talk_page %}
<td class="whitespace-no-wrap xl:whitespace-normal">
{% if talk.talk.url is not empty %}
<a href="{{ talk.talk.url }}" class="link">
<a href="{{ talk.talk.url }}">
{{ talk.talk.title }}
</a>
{% else %}
@ -48,7 +48,7 @@
<td class="whitespace-no-wrap xl:whitespace-normal">
{% if talk.event.url is not empty %}
<a href="{{ talk.event.url }}" class="link">
<a href="{{ talk.event.url }}">
{{ talk.event.name }}
</a>
{% else %}