Modifying headers for docs page
This commit is contained in:
parent
57eb5d9c5b
commit
11268ee68a
|
@ -61,8 +61,8 @@ layout: default
|
||||||
<!-- Sidebar -->
|
<!-- Sidebar -->
|
||||||
|
|
||||||
<nav id="sidebar">
|
<nav id="sidebar">
|
||||||
<div class="sidebar-header">
|
<div class="allcaps navbar-brand section-heading">
|
||||||
<h3>Table of Contents</h3>
|
<h5>Table of Contents</h5>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% for item in site.data.nav.docsnav %}
|
{% for item in site.data.nav.docsnav %}
|
||||||
|
@ -79,24 +79,18 @@ layout: default
|
||||||
|
|
||||||
<!-- Page Header -->
|
<!-- Page Header -->
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<section class="bg-primary">
|
<div class="mx-auto">
|
||||||
<div class="container">
|
<h2 class="allcaps navbar-brand section-heading"> {{ page.title }} </h2>
|
||||||
<div class="row">
|
</div>
|
||||||
<div class="col-lg-8 mx-auto text-center">
|
</div>
|
||||||
<h2 class="section-heading text-white"> {{ page.title }} </h2>
|
|
||||||
<hr class="light my-4">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<div class="toc">
|
<div class="toc">
|
||||||
{% toc %}
|
{% toc %}
|
||||||
|
<hr class="my-4">
|
||||||
</div>
|
</div>
|
||||||
<!-- This is the main content of the page getting pulled from the MDs -->
|
<!-- This is the main content of the page getting pulled from the MDs -->
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Optional JavaScript -->
|
<!-- Optional JavaScript -->
|
||||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||||
|
|
|
@ -327,4 +327,9 @@ padding: 10px 20px;
|
||||||
border: 1px solid #212529;
|
border: 1px solid #212529;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-left: 10px solid #212529;
|
border-left: 10px solid #212529;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Page Title */
|
||||||
|
.allcaps {
|
||||||
|
text-transform: uppercase
|
||||||
}
|
}
|
Loading…
Reference in New Issue