Skip to content

Commit 2a7bfd7

Browse files
committed
Revert "Updated website"
This reverts commit 07eaf34.
1 parent 07eaf34 commit 2a7bfd7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

website/layouts/partials/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
inputSelector: '#search-box'
3232
});
3333
</script>
34-
<script src="https://labstack.com/js/prism.js"></script>
35-
<script src="https://labstack.com/js/base.js"></script>
34+
<script src="https://cdn.labstack.com/js/prism.js"></script>
35+
<script src="https://cdn.labstack.com/js/base.js"></script>

website/layouts/partials/head.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
<link rel="stylesheet"
2424
href="https://unpkg.com/[email protected]/css/font-awesome.min.css">
2525
<link rel="stylesheet"
26-
href="https://labstack.com/css/icomoon.css">
26+
href="https://cdn.labstack.com/css/icomoon.css">
2727
<link rel="stylesheet"
2828
href="https://unpkg.com/[email protected]/dist/cdn/docsearch.min.css">
2929
<link rel="stylesheet" href="/css/bsa.css">
30-
<link rel="stylesheet" href="https://labstack.com/css/w3.css">
31-
<link rel="stylesheet" href="https://labstack.com/css/prism.css">
32-
<link rel="stylesheet" href="https://labstack.com/css/base.css">
30+
<link rel="stylesheet" href="https://cdn.labstack.com/css/w3.css">
31+
<link rel="stylesheet" href="https://cdn.labstack.com/css/prism.css">
32+
<link rel="stylesheet" href="https://cdn.labstack.com/css/base.css">
3333
<link rel="icon"
3434
type="image/png"
35-
href="https://labstack.com/images/labstack-icon.png">
35+
href="https://cdn.labstack.com/images/labstack-icon.png">
3636
<script>
3737
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3838
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

website/layouts/partials/topnav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="topnav">
22
<nav class="w3-content">
3-
<a href="/"><img class="logo" src="https://labstack.com/images/echo-logo.svg" alt="Echo"></a>
3+
<a href="/"><img class="logo" src="https://cdn.labstack.com/images/echo-logo.svg" alt="Echo"></a>
44
<span class="hide-small">
55
<i class="fa fa-search w3-text-gray"></i>
66
<input id="search-box" type="text" class="w3-input">

0 commit comments

Comments
 (0)