fixing typo and another attempt to fix headline
This commit is contained in:
parent
1dc02ef96b
commit
30ada4a220
13 changed files with 15 additions and 15 deletions
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
|
||||
<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
|
||||
<title>{% if page.title %}{{ page.title }} - {{ site.headline }}{% else %}{{ site.headline }}{% endif %}</title>
|
||||
|
||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<!-- <li>
|
||||
<li>
|
||||
<a href="{{ site.baseurl }}/">Blog</a>
|
||||
</li> -->
|
||||
</li>
|
||||
{% for page in site.pages %}
|
||||
{% if page.title %}
|
||||
<!-- suppress all category and tag meta pages -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue