Skip to content
Snippets Groups Projects
Commit 5161295b authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4027: fixing marcos location issues

parent e9df8824
No related branches found
No related tags found
No related merge requests found
{% macro readmore(url, title, label = "Read more", description_prefix = "about" ) %}
{% include '@components/readmore-link/readmore-link.twig' with {
'url': url,
'label': label,
'description_prefix': description_prefix,
'title': title
} %}
{% endmacro %}
{% macro tag(url, title, type = "full", size = "normal" ) %}
{% include '@components/tag/tag.twig' with {
'url': url,
'title': title,
'type': type,
'size': size,
'faculty':faculty
} %}
{% endmacro %}
\ No newline at end of file
{% import '@macros/gesso.macro.twig' as macros %}
{% import '@base/macros/uw.macro.twig' as macros %}
<article class="card {{ modifier_classes }} {% if show_hover %} card--show-hover {% endif %}" >
<div class="card__body">
......
{% set teaser_modifier_classes -%}
card--teaser teaser--blog {{ modifier_classes }}
{%- endset %}
{% include "@components/teaser/teaser.twig" with {
modifier_classes: teaser_modifier_classes,
title: title,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment