Tweaking blog front page title
This commit is contained in:
parent
7d2f2b20a9
commit
1dc02ef96b
|
@ -15,9 +15,9 @@
|
||||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li>
|
<!-- <li>
|
||||||
<a href="{{ site.baseurl }}/">Blog</a>
|
<a href="{{ site.baseurl }}/">Blog</a>
|
||||||
</li>
|
</li> -->
|
||||||
{% for page in site.pages %}
|
{% for page in site.pages %}
|
||||||
{% if page.title %}
|
{% if page.title %}
|
||||||
<!-- suppress all category and tag meta pages -->
|
<!-- suppress all category and tag meta pages -->
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: We are haufe-lexware.com
|
title: Blog
|
||||||
---
|
---
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
{% for post in paginator.posts %}
|
||||||
|
|
Loading…
Reference in a new issue