Skip to content
Discussion options

You must be logged in to vote

Hey @jensolafkoch,

Maybe I'm getting something wrong here but usually <a href="{{ link_to_imprint }}"> ... </a> should work whether the Link field links to an entry by id or to a direct URL. I use it quite a lot with something like a {{ link_url }} and just tested it by linking to an entry by id instead of a direct URL.

<div>
    <a href="{{ link_url }}" class="bunch-of-tw-classes">
        {{ link_text }}
    </a>
</div>

You could also give {{ link_to_imprint:url }} or {{ link_to_imprint | url }} a try.

Could you please share what your Blueprint looks like?

Hope that helps :)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by joshuablum
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants