Simplify content bottom blocks
This commit is contained in:
parent
e9d2efcfdd
commit
449aa40876
|
@ -18,5 +18,5 @@ If you were looking for something else, you can [search for it](/search).
|
|||
intro: 'Sign up and get daily emails about Drupal, PHP and software development.'
|
||||
} %}
|
||||
|
||||
{% include 'about-me.html.twig' %}
|
||||
{{ parent() }}
|
||||
{% endblock %}
|
||||
|
|
|
@ -18,6 +18,6 @@ title: Introduction to Automated Testing in Drupal email course
|
|||
]
|
||||
} %}
|
||||
|
||||
{% include 'about-me.html.twig' %}
|
||||
{{ parent() }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -21,5 +21,5 @@ title: Register for daily software development emails
|
|||
title: 'What subscribers have said',
|
||||
} %}
|
||||
|
||||
{% include 'about-me.html.twig' %}
|
||||
{{ parent() }}
|
||||
{% endblock %}
|
||||
|
|
|
@ -34,7 +34,7 @@ Here are all of my [products and services][pricing]. If you still can't find wha
|
|||
intro: 'Sign up and get daily emails about Drupal, PHP and software development.',
|
||||
} %}
|
||||
|
||||
{% include 'about-me.html.twig' %}
|
||||
{{ parent() }}
|
||||
{% endblock %}
|
||||
|
||||
[call]: {{site.url}}/call
|
||||
|
|
|
@ -160,7 +160,7 @@ Great software is an iterative process. I'll keep iterating with you until you'r
|
|||
],
|
||||
} %}
|
||||
|
||||
{% include 'about-me.html.twig' %}
|
||||
{{ parent() }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content_top %}
|
||||
|
|
Loading…
Reference in a new issue