drewcassidy.me/_includes/flag.html

6 lines
297 B
HTML
Raw Normal View History

2017-11-24 22:33:51 +00:00
<li class="flag"> <a href="{{include.url}}" class="{{include.color}} flagButton">
<span class="flagText">{{include.name}}</span>
<!-- <svg viewBox="0 0 115 50" preserveAspectRatio="none">
2017-11-17 00:23:46 +00:00
<polygon points="0,50 100,50, 115,25, 100,0, 0,0"/>
2017-11-24 22:33:51 +00:00
</svg> -->
</a> </li>