oliverdavies.uk/source/_includes/sidebar.html.twig

22 lines
864 B
Twig
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% block sidebar_wrapper %}
<div class="col-md-3">
{% block sidebar %}
<div class="panel badges">
<a class="badges__badge--da-member" href="https://assoc.drupal.org/membership" title="Im a Drupal Association member.">
<img src="{{ site.images_url }}/assets/images/da-individual-member.png" alt="Drupal Association Individual Member">
</a>
<a href="https://www.drupal.org/8">
<img alt="I built Drupal 8 with hand holding a wrench on blue background" src="{{ site.images_url }}/assets/images/drupal-8.jpg"/>
</a>
</div>
{% include('availability') %}
{% if page.url == '/.' %}
{% include ('latest-posts') %}
{% endif %}
{% endblock %}
</div>
{% endblock %}