drewcassidy.me/_includes/sidebar.html

6 lines
295 B
HTML
Raw Normal View History

2017-11-24 22:33:51 +00:00
<ul id="sidebar">
{% include flag.html color="blue" name="Home" url="/" %}
{% include flag.html color="green" name="Blog" url="/Blog" %}
{% include flag.html color="orange" name="Projects" url="/Projects" %}
{% include flag.html color="magenta" name="About" url="/About" %}
</ul>