Fix title on Tutorials page
This commit is contained in:
parent
8ed5db5946
commit
04c43fa483
|
@ -1,5 +1,6 @@
|
||||||
```
|
```
|
||||||
metadata.layout = "default.html.ejs"
|
metadata.layout = "default.html.ejs"
|
||||||
|
metadata.title = "Tutorials"
|
||||||
```
|
```
|
||||||
|
|
||||||
<div class="main">
|
<div class="main">
|
||||||
|
@ -19,4 +20,4 @@ metadata.layout = "default.html.ejs"
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue