Remove markup classes
This commit is contained in:
parent
40e9727c6c
commit
3e566aac01
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<div class="px-4">
|
<div class="px-4">
|
||||||
<div class="widget bg-grey-light p-4 rounded">
|
<div class="widget bg-grey-light p-4 rounded">
|
||||||
<div class="markup -mb-3">
|
<div class="-mb-3">
|
||||||
<h2 class="visuallyhidden">Certifications</h2>
|
<h2 class="visuallyhidden">Certifications</h2>
|
||||||
|
|
||||||
{% include 'about/certification' with {
|
{% include 'about/certification' with {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="markup mb-2">
|
<div class="mb-2">
|
||||||
<h2 class="text-inherit text-lg m-0">
|
<h2 class="text-inherit text-lg m-0">
|
||||||
<a href="{{ post.url }}" class="text-black focus:text-white inline-block">
|
<a href="{{ post.url }}" class="text-black focus:text-white inline-block">
|
||||||
{{ post.draft ? 'Draft: '|upper }}{{ post.title }}
|
{{ 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>
|
<p class="text-sm text-grey-dark">Posted on {{ post.date|date('jS F Y') }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="markup">
|
<div>
|
||||||
<p class="text-sm">{{ post.excerpt }}</p>
|
<p class="text-sm">{{ post.excerpt }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<footer class="border-grey-light border-t mb-8 mt-10 pt-5 text-sm">
|
<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>
|
<div>
|
||||||
<p>© 2010-{{ 'now'|date('Y') }} {{ site.title }}</p>
|
<p>© 2010-{{ 'now'|date('Y') }} {{ site.title }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="markup">
|
<div>
|
||||||
<h2 class="mb-1">About the Author</h2>
|
<h2 class="mb-1">About the Author</h2>
|
||||||
|
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="markup mb-4">
|
<div class="mb-4">
|
||||||
<p>
|
<p>
|
||||||
Questions? Comments?
|
Questions? Comments?
|
||||||
I’m <a href="https://twitter.com/{{ site.twitter.name }}">@{{ site.twitter.name }}</a> on Twitter.
|
I’m <a href="https://twitter.com/{{ site.twitter.name }}">@{{ site.twitter.name }}</a> on Twitter.
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
{% if not talk_page %}
|
{% 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 %}
|
{% if talk.talk.url is not empty %}
|
||||||
<a href="{{ talk.talk.url }}">
|
<a href="{{ talk.talk.url }}">
|
||||||
{{ talk.talk.title }}
|
{{ talk.talk.title }}
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
</td>
|
</td>
|
||||||
{% endif %}
|
{% 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 %}
|
{% if talk.event.url is not empty %}
|
||||||
<a href="{{ talk.event.url }}">
|
<a href="{{ talk.event.url }}">
|
||||||
{{ talk.event.name }}
|
{{ talk.event.name }}
|
||||||
|
|
|
@ -17,7 +17,7 @@ use: [posts]
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="markup">
|
<footer>
|
||||||
<p>Read the rest of my articles in the <a href="/articles/archive">archives</a>.</p>
|
<p>Read the rest of my articles in the <a href="/articles/archive">archives</a>.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -28,7 +28,7 @@ talks:
|
||||||
date: 2018-09-05
|
date: 2018-09-05
|
||||||
---
|
---
|
||||||
{% block content %}
|
{% 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>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue