Updated navbar menu. Updated section titles.

This commit is contained in:
Chris 2018-01-10 17:40:46 -05:00
parent 3efb47e76a
commit 2ccb5b749f
2 changed files with 8 additions and 7 deletions

View File

@ -8,13 +8,13 @@ theme = "shared-bulma-theme"
paginate = 10
[[menu.main]]
name = "frequently asked questions"
name = "about"
weight = 1
identifier = "faq"
url = "#faq"
identifier = "about"
url = "#about"
[[menu.main]]
name = "contributing"
name = "contribute"
weight = 2
identifier = "contribute"
url = "#contribute"

View File

@ -1,12 +1,13 @@
{{ define "main" }}
{{ partial "home_hero" . }}
<a name="faq"></a>
<a name="about"></a>
<section class="hero">
<div class="hero-body">
<div class="container">
<h1 class="title">Frequently asked questions</h1>
<h1 class="title">About Yuzu</h1>
<div class="content">
<p>Another blurb about Yuzu.</p>
<ol>
<li>
<span class="is-italic">Why are you the way you are?</span>
@ -22,7 +23,7 @@
<section class="hero">
<div class="hero-body">
<div class="container">
<h1 class="title">How can I contribute?</h1>
<h1 class="title">Contributing and Donations</h1>
<div class="content">
<p>A call to action!</p>
</div>