Remove markup classes

This commit is contained in:
Oliver Davies 2019-02-13 01:43:45 +00:00
parent 40e9727c6c
commit 3e566aac01
8 changed files with 10 additions and 10 deletions

View file

@ -11,7 +11,7 @@
<div class="px-4">
<div class="widget bg-grey-light p-4 rounded">
<div class="markup -mb-3">
<div class="-mb-3">
<h2 class="visuallyhidden">Certifications</h2>
{% include 'about/certification' with {

View file

@ -1,4 +1,4 @@
<div class="markup mb-2">
<div class="mb-2">
<h2 class="text-inherit text-lg m-0">
<a href="{{ post.url }}" class="text-black focus:text-white inline-block">
{{ post.draft ? 'Draft: '|upper }}{{ post.title }}
@ -8,6 +8,6 @@
<p class="text-sm text-grey-dark">Posted on {{ post.date|date('jS F Y') }}</p>
</div>
<div class="markup">
<div>
<p class="text-sm">{{ post.excerpt }}</p>
</div>

View file

@ -1,5 +1,5 @@
<footer class="border-grey-light border-t mb-8 mt-10 pt-5 text-sm">
<div class="markup md:flex md:justify-between">
<div class="md:flex md:justify-between">
<div>
<p>&copy; 2010-{{ 'now'|date('Y') }} {{ site.title }}</p>
</div>

View file

@ -1,4 +1,4 @@
<div class="markup">
<div>
<h2 class="mb-1">About the Author</h2>
<div class="flex items-center">

View file

@ -1,4 +1,4 @@
<div class="markup mb-4">
<div class="mb-4">
<p>
Questions? Comments?
Im <a href="https://twitter.com/{{ site.twitter.name }}">@{{ site.twitter.name }}</a> on Twitter.

View file

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

View file

@ -17,7 +17,7 @@ use: [posts]
{% endfor %}
</div>
<footer class="markup">
<footer>
<p>Read the rest of my articles in the <a href="/articles/archive">archives</a>.</p>
</footer>
</div>

View file

@ -28,7 +28,7 @@ talks:
date: 2018-09-05
---
{% block content %}
<div class="markup mb-8">
<div class="mb-8">
<p>I regularly speak at conferences and user groups about a range of subjects including PHP, Drupal, automated testing, Git and systems administration.</p>
</div>