Fix title on Tutorials page

This commit is contained in:
Shadowfacts 2020-08-21 22:22:21 -04:00
parent 8ed5db5946
commit 04c43fa483
Signed by untrusted user: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 2 additions and 1 deletions

View File

@ -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>