Update Navigation
This commit is contained in:
parent
276e129981
commit
dc8666dbaf
2 changed files with 10 additions and 17 deletions
|
@ -24,31 +24,25 @@
|
||||||
url: "/design/typography/"
|
url: "/design/typography/"
|
||||||
- title: "Responsive Gallery"
|
- title: "Responsive Gallery"
|
||||||
url: "/design/gallery/"
|
url: "/design/gallery/"
|
||||||
# - title: "Fullwidth Layout"
|
- title: "Portfolio"
|
||||||
# url: "/design/full-width/"
|
url: "/portfolio/"
|
||||||
|
|
||||||
# - title: "Portfolio"
|
|
||||||
# url: "/portfolio/"
|
|
||||||
# side: left
|
|
||||||
|
|
||||||
- title: Documentation
|
- title: Documentation
|
||||||
url: "/documentation/"
|
url: "/documentation/"
|
||||||
side: left
|
side: left
|
||||||
|
dropdown:
|
||||||
|
- title: "Changelog"
|
||||||
|
url: "/changelog/"
|
||||||
|
- title: "Roadmap"
|
||||||
|
url: "/roadmap/"
|
||||||
|
|
||||||
- title: Blog
|
- title: Blog
|
||||||
url: "/blog/"
|
url: "/blog/"
|
||||||
side: left
|
side: left
|
||||||
|
dropdown:
|
||||||
- title: "Changelog"
|
- title: "Blog Archive"
|
||||||
url: "/changelog/"
|
url: "/blog/archive/"
|
||||||
side: left
|
|
||||||
|
|
||||||
- title: "Roadmap"
|
|
||||||
url: "/roadmap/"
|
|
||||||
side: left
|
|
||||||
|
|
||||||
- title: "Contact"
|
- title: "Contact"
|
||||||
url: "/contact/"
|
url: "/contact/"
|
||||||
side: right
|
side: right
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@ Total posts: {{ paginator.total_posts }}
|
||||||
Total paginate-pages: {{ paginator.total_pages }}
|
Total paginate-pages: {{ paginator.total_pages }}
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="small-12 columns bottom-60">
|
<div class="small-12 columns bottom-60">
|
||||||
|
|
Reference in a new issue