Skip to content

Commit 8047be7

Browse files
committed
Updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent 9fe724d commit 8047be7

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

website/layouts/_default/single.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{{ partial "head.html" . }}
2-
<body class="docs">
2+
<body>
3+
<link rel="stylesheet" href="https://cdn.labstack.com/styles/docs.css">
34
{{ partial "topnav.html" . }}
45
<div class="w3-container w3-content">
56
{{ partial "sidenav.html" . }}

website/layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ partial "head.html" . }}
2-
<body class="index">
2+
<body>
33
{{ partial "topnav.html" . }}
44
<div class="hide-large">
55
{{ partial "sidenav.html" . }}
@@ -37,6 +37,6 @@ <h3>
3737
</div>
3838
</div>
3939
</div>
40-
{{ partial "footer.html" . }}
40+
{{ partial "footer.html" . }}
4141
</body>
4242
</html>

website/layouts/partials/footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
});
3030
</script>
3131
<script src="https://cdn.labstack.com/scripts/prism.js"></script>
32+
<script src="https://cdn.labstack.com/scripts/base.js"></script>
3233
<script src="https://cdn.labstack.com/scripts/docs.js"></script>
3334
<script src="/scripts/main.js"></script>

website/layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<link rel="stylesheet" href="https://cdn.labstack.com/styles/w3.css">
2626
<link rel="stylesheet" href="https://cdn.labstack.com/styles/prism.css">
2727
<link rel="stylesheet" href="https://cdn.labstack.com/styles/base.css">
28-
<link rel="stylesheet" href="https://cdn.labstack.com/styles/docs.css">
28+
<link rel="stylesheet" href="https://cdn.labstack.com/styles/ad.css">
2929
<link rel="stylesheet" href="/styles/main.css">
3030
<script>
3131
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

website/layouts/partials/sidenav.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
<nav id="sidenav" class="w3-sidenav w3-border-right collapse">
2-
<span class="w3-closenav w3-xxlarge hide-large" onclick="closeSidenav()">
3-
&times;
4-
</span>
1+
<nav class="w3-sidenav w3-border-right collapse">
2+
<span class="w3-closenav w3-xxlarge hide-large" onclick="closeSidenav()">&times;</span>
53
<button class="w3-btn w3-white w3-border w3-border-theme w3-round-xlarge" onclick="location.href='/support-echo';">
64
<i class="fa fa-heart" aria-hidden="true"></i> Support Echo
75
</button>
@@ -23,6 +21,6 @@
2321
</a>
2422
{{ end }}
2523
{{ end }}
26-
{{ end }}
24+
{{ end }}
2725
</div>
2826
</nav>

website/layouts/single/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ partial "head.html" . }}
2-
<body class="single">
2+
<body>
33
{{ partial "topnav.html" . }}
44
<div class="w3-container w3-content main">
55
<div class="w3-row">
@@ -9,6 +9,6 @@ <h1>{{ .Title }}</h1>
99
</div>
1010
</div>
1111
</div>
12-
{{ partial "footer.html" . }}
12+
{{ partial "footer.html" . }}
1313
</body>
1414
</html>

0 commit comments

Comments
 (0)