Call it "news"
This commit is contained in:
parent
cd3e95beac
commit
411911977b
|
@ -1,4 +1,4 @@
|
||||||
pygments: true
|
pygments: true
|
||||||
relative_permalinks: false
|
relative_permalinks: false
|
||||||
gauges_id: 503c5af6613f5d0f19000027
|
gauges_id: 503c5af6613f5d0f19000027
|
||||||
permalink: /blog/:year/:month/:day/:title
|
permalink: /news/:year/:month/:day/:title
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<a href="{{ site.url }}/docs/home">Doc<span class="show-on-mobiles">s</span><span class="hide-on-mobiles">umentation</span></a>
|
<a href="{{ site.url }}/docs/home">Doc<span class="show-on-mobiles">s</span><span class="hide-on-mobiles">umentation</span></a>
|
||||||
</li>
|
</li>
|
||||||
<li class="{% if page.author %}current{% endif %}">
|
<li class="{% if page.author %}current{% endif %}">
|
||||||
<a href="{{ site.url }}/blog">Blog</a>
|
<a href="{{ site.url }}/news">News</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="https://github.com/mojombo/jekyll"><span class="hide-on-mobiles">View on </span>GitHub</a>
|
<a href="https://github.com/mojombo/jekyll"><span class="hide-on-mobiles">View on </span>GitHub</a>
|
||||||
|
|
Loading…
Reference in New Issue