File tree Expand file tree Collapse file tree 6 files changed +25
-24
lines changed
Expand file tree Collapse file tree 6 files changed +25
-24
lines changed Original file line number Diff line number Diff line change 99 {% include "styles.html" %}
1010 </ head >
1111 < body class ="d-flex flex-column h-100 ">
12- < main class ="flex-shrink-0 ">
1312 {% include "menu.html" %}
14- {% include "breadcrumbs.html" %}
15-
16- {% include "generic.html" %}
17-
18- {% include "footer.html" %}
19- </ main >
20- {% include "post.html" %}
13+ < main class ="flex-shrink-0 ">
14+ {% include "breadcrumbs.html" %}
15+ {% include "generic.html" %}
16+ {% include "footer.html" %}
17+ </ main >
18+ {% include "post.html" %}
2119 </ body >
2220</ html >
2321{% endblock %}
Original file line number Diff line number Diff line change 11{% block head %}
2- <!doctype html>
3- < html class ="no-js " lang ="en " dir ="ltr ">
4- < head >
5- < meta charset ="utf-8 ">
6- < meta http-equiv ="x-ua-compatible " content ="ie=edge ">
7- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8- < title > Blogs - {{SITENAME}}</ title >
9- {% include "styles.html" %}
10- </ head >
11- < body class ="d-flex flex-column h-100 ">
2+ <!doctype html>
3+ < html class ="no-js " lang ="en " dir ="ltr ">
4+ < head >
5+ < meta charset ="utf-8 ">
6+ < meta http-equiv ="x-ua-compatible " content ="ie=edge ">
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8+ < title > Blogs - {{SITENAME}}</ title >
9+ {% include "styles.html" %}
10+ </ head >
11+ < body class ="d-flex flex-column h-100 ">
12+ {% include "menu.html" %}
1213 < main class ="flex-shrink-0 ">
1314 < div >
14- {% include "menu.html" %}
1515 {% include "breadcrumbs.html" %}
1616 {% include "blogindex.html" %}
1717 {% include "footer.html" %}
1818 </ div >
1919 </ main >
2020 {% include "post.html" %}
21- </ body >
22- </ html >
21+ </ body >
22+ </ html >
2323{% endblock %}
Original file line number Diff line number Diff line change 99 {% include "styles.html" %}
1010 </ head >
1111 < body class ="d-flex flex-column h-100 ">
12+ {% include "menu.html" %}
1213 < main class ="flex-shrink-0 ">
1314 < div >
14- {% include "menu.html" %}
1515 {% include "frontpage.html" %}
1616 {% include "footer.html" %}
1717 </ div >
Original file line number Diff line number Diff line change 11<!-- nav bar -->
2- < nav class ="navbar navbar-expand-lg navbar-light bg-info " aria-label ="Fifth navbar example ">
2+ < nav class ="navbar navbar-expand-lg navbar-light bg-info fixed-top " aria-label ="Fifth navbar example ">
33 < div class ="container-fluid ">
44 < a class ="navbar-brand " href ="/ ">
55 < img src ="https://apache.org/img/asf_logo.png " alt ="The Apache Software Foundation " style ="height: 42px; ">
Original file line number Diff line number Diff line change 99 {% include "styles.html" %}
1010 </ head >
1111 < body class ="d-flex flex-column h-100 ">
12+ {% include "menu.html" %}
1213 < main class ="flex-shrink-0 ">
1314 < div >
14- {% include "menu.html" %}
1515 {% include "generic.html" %}
1616 {% include "footer.html" %}
1717 </ div >
Original file line number Diff line number Diff line change 2727</ script >
2828<!-- pagefind search box styling -->
2929< style >
30+ body {
31+ padding-top : 56px ;
32+ }
3033 .search-form {
3134 right : 0 ;
3235 left : initial !important ;
You can’t perform that action at this time.
0 commit comments