Remove old link classes
This commit is contained in:
parent
a627849410
commit
606be23129
6 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue