Update classes within markup
This commit is contained in:
parent
e806458ea8
commit
781f97ec7e
|
@ -15,7 +15,7 @@
|
||||||
{% include 'post/header' %}
|
{% include 'post/header' %}
|
||||||
{% include 'post/intro-image' %}
|
{% include 'post/intro-image' %}
|
||||||
|
|
||||||
<div class="markdown spaced-y-4 mb-6">
|
<div class="markup spaced-y-4 mb-6">
|
||||||
{% include 'post/old-post-message' %}
|
{% include 'post/old-post-message' %}
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% extends 'default' %}
|
{% extends 'default' %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
<div class="markdown">
|
<div class="markup">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
</a>
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<div class="markdown flex-1">
|
<div class="markup flex-1">
|
||||||
{{ project.description }}
|
{{ project.description }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -152,7 +152,7 @@ experiences:
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if experience.description %}
|
{% if experience.description %}
|
||||||
<div class="markdown">
|
<div class="markup">
|
||||||
{{ experience.description|markdown }}
|
{{ experience.description|markdown }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -5,7 +5,7 @@ mailchimp_url: 'https://oliverdavi.us18.list-manage.com/subscribe/post?u=b4ac8dd
|
||||||
contact_email: 'oliver@testdrivendrupal.com'
|
contact_email: 'oliver@testdrivendrupal.com'
|
||||||
---
|
---
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="markdown spaced-y-4 mb-6" markdown="1">
|
<div class="markup spaced-y-4 mb-6" markup="1">
|
||||||
Having [given talks][1] and workshops, been a guest on podcasts and [written blog posts][0] about automated testing in Drupal, I’m currently in the planning phase of a book and potentially some accompanying screencasts about it, focussing on Drupal 8.
|
Having [given talks][1] and workshops, been a guest on podcasts and [written blog posts][0] about automated testing in Drupal, I’m currently in the planning phase of a book and potentially some accompanying screencasts about it, focussing on Drupal 8.
|
||||||
|
|
||||||
I’m still thinking about what use-cases to cover and examples to include, but here are some of the things I’m considering:
|
I’m still thinking about what use-cases to cover and examples to include, but here are some of the things I’m considering:
|
||||||
|
|
|
@ -91,7 +91,7 @@ testimonials:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="markdown">
|
<div class="markup">
|
||||||
{{ testimonial.text|markdown }}
|
{{ testimonial.text|markdown }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue