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

@ -24,8 +24,8 @@
<div>
<p>
Built with <a class="link" href="https://sculpin.io">Sculpin</a> and <a class="link" href="https://tailwindcss.com">Tailwind CSS</a>,
and hosted on <a class="link" href="https://www.netlify.com">Netlify</a>.
Built with <a href="https://sculpin.io">Sculpin</a> and <a href="https://tailwindcss.com">Tailwind CSS</a>,
and hosted on <a href="https://www.netlify.com">Netlify</a>.
</p>
</div>
</div>

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 %}

View file

@ -22,7 +22,7 @@ use:
{% for tag, post_count in rows|sort|reverse %}
<tr>
<td>
<a href="{{ site.url }}/blog/tags/{{ tag|url_encode(true) }}" class="link">{{ tag }}</a>
<a href="{{ site.url }}/blog/tags/{{ tag|url_encode(true) }}">{{ tag }}</a>
</td>
<td>{{ post_count }}</td>
</tr>

View file

@ -26,7 +26,7 @@ generator:
{% for post in page.tag_posts %}
<tr>
<td>
<a href="{{ post.url }}" class="link">
<a href="{{ post.url }}">
{{ post.title }}
</a>
</td>

View file

@ -36,7 +36,7 @@ talks:
{% block content %}
<p>
I regularly speak at conferences and user groups about a range of subjects including PHP, Drupal, automated testing, Git and systems administration.
If you would like to me to speak at your group or conference, please <a href="/contact" class="link">get in touch</a>.
If you would like to me to speak at your group or conference, please <a href="/contact">get in touch</a>.
</p>
<div class="mb-6">