Update classes within markup

This commit is contained in:
Oliver Davies 2019-01-15 21:42:43 +00:00
parent e806458ea8
commit 781f97ec7e
6 changed files with 6 additions and 6 deletions

View file

@ -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>

View file

@ -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>

View file

@ -8,7 +8,7 @@
</a> </a>
</h3> </h3>
<div class="markdown flex-1"> <div class="markup flex-1">
{{ project.description }} {{ project.description }}
</div> </div>

View file

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

View file

@ -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, Im 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, Im currently in the planning phase of a book and potentially some accompanying screencasts about it, focussing on Drupal 8.
Im still thinking about what use-cases to cover and examples to include, but here are some of the things Im considering: Im still thinking about what use-cases to cover and examples to include, but here are some of the things Im considering:

View file

@ -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>