Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

Calling a link in twig from MD file

Started by Duc 8 years ago · 1 replies · 691 views
8 years ago

I would like to call a link in a twig from MD file.
This link is a 'buy it' button for snipcart.

TWIG
<a href="#"
    class="button primary snipcart-add-item"
    data-item-id="{{ page.header.product_id }}"
    data-item-name="{{ page.header.title }}"
    data-item-price="{{ page.header.price }}"
    data-item-url="{{ page.url }}"
    {% spaceless %}
    {% if cart_img %}
    data-item-image="{{ cart_img.cropResize(50,50).url }}"
    {% endif %}
    {% endspaceless %} >
<i class="fa fa-shopping-cart"></i> Add to Cart
</a>

In the MD file I would to wrap this link as such.

TXT
[buy it](/link)
8 years ago

Maybe you can do that with the shortcode plugin?

Suggested topics

Topic Participants Replies Views Activity
Support · by Paul Hodges, 4 weeks ago
19 485 5 days ago
Support · by Lauw, 7 days ago
2 99 7 days ago
Support · by Anna, 3 weeks ago
4 426 1 week ago
Support · by gtx, 4 weeks ago
4 377 3 weeks ago
Support · by Anna, 1 month ago
9 484 3 weeks ago