Release 0.5
This release changes the top Navigation into a white tipbar, extends the documentation and uses some subtile changes.
This commit is contained in:
parent
c4ca4e61b2
commit
dba5d71522
25 changed files with 381 additions and 255 deletions
|
@ -2,11 +2,12 @@
|
|||
layout: page
|
||||
title: "Style your content!"
|
||||
subtitle: "Layouts of Feeling Responsive"
|
||||
image_header: "header_unsplash_5.jpg"
|
||||
image:
|
||||
header: "header_unsplash_5.jpg"
|
||||
permalink: "/design/style-guide/"
|
||||
---
|
||||
<ul>
|
||||
{% for post in site.categories.design %}
|
||||
<li><a href="{{ site.url }}/{{ post.permalink }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
{% for post in site.categories.design %}
|
||||
<li><a href="{{ site.url }}/{{ post.permalink }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
Reference in a new issue