Skip to content

Commit 93e54e7

Browse files
author
Fabian Morón Zirfas
committed
chore: Fiddle on titles used for menu
1 parent 44663cd commit 93e54e7

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

_source/reference/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
---
22
layout: reference
3-
title: Reference
3+
title: reference
44
order: 3
55
---
66

7-
<style>
8-
9-
10-
</style>
117
<h1 id="new-cat-index">{{page.title}}</h1>
128
{%- include search-bar.html -%}
139
<h2>Table Of Contents</h2>

_source/support/index.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: support
44
order: 5
55
---
66

7+
# {{page.title}}
8+
79
## Check the reference and provided material
810

911
The two most important sources of reference are

_source/tutorials/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
author: admin
33
layout: default
4-
title: Tutorials
4+
title: tutorials
55
order: 4
66
---
77

8-
<h1>{{title}}</h1>
8+
<h1>{{page.title}}</h1>
99

1010
<ul class="tutorial-list">
1111
{% assign tutos = site.pages | sort : 'url' %}

0 commit comments

Comments
 (0)