Here's the problem:
I want to export my comic-collection as a web site and use a html Export Template do do so. I use
Code: Select all
<meta name="includeLocalLinks" content="yes" />
Code: Select all
<meta name="image-export" content="yes" />
Code: Select all
<!--BeginRepeat-->
<!--IFlinks [linksBegin]<a href="[link:url]">[link:name]</a>[linksEnd]
ENDlinks-->
<!--EndRepeat-->
My question is: Is it possible to export only the "Ex-Libris" link and not all the other?
On my site I want to show only the original French cover of the comic and the cover of my Norwegian edition of the comic. Now I use CSS to not display the other links but the fact that they are a part of the code slows down my web site loading quite much.