drewcassidy.me/_includes/flag.html

10 lines
323 B
HTML

<li>
<a href="{{include.url}}" class="flag">
<span class="{{include.color}} flagButton">
<h3>{{include.name}}</h3>
<!-- <svg viewBox="0 0 115 50" preserveAspectRatio="none">
<polygon points="0,50 100,50, 115,25, 100,0, 0,0"/>
</svg> -->
</span>
</a>
</li>