Work on lots of CSS magic
This commit is contained in:
6
_includes/sidebar.html
Normal file
6
_includes/sidebar.html
Normal file
@ -0,0 +1,6 @@
|
||||
<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>
|
Reference in New Issue
Block a user