drewcassidy.me/_includes/sidebar.html

6 lines
295 B
HTML

<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>