mirror of
https://github.com/labstack/echo.git
synced 2024-11-24 08:22:21 +02:00
update docs
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
5ba2b2b721
commit
9baa8bb8b3
@ -39,5 +39,5 @@
|
||||
</script> -->
|
||||
<script async defer id="github-bjs" src="//buttons.github.io/buttons.js"></script>
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
<script src="/scripts/prism.js"></script>
|
||||
<script src="/scripts/echo.js"></script>
|
||||
<script src="{{ .Site.BaseURL }}/scripts/prism.js"></script>
|
||||
<script src="{{ .Site.BaseURL }}/scripts/echo.js"></script>
|
||||
|
@ -15,8 +15,8 @@
|
||||
<title>
|
||||
{{ if ne .URL "/" }}{{ .Title }} | {{ end }}{{ .Site.Title }}
|
||||
</title>
|
||||
<link rel="stylesheet" href="//cdn.labstack.com/css/w3.css">
|
||||
<link rel="stylesheet" href="//unpkg.com/font-awesome@4.6.3/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css">
|
||||
<link rel="stylesheet" href="/styles/prism.css">
|
||||
<link rel="stylesheet" href="/styles/main.css">
|
||||
<link rel="stylesheet" href="https://cdn.labstack.com/css/w3.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/font-awesome@4.6.3/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css">
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/styles/prism.css">
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/styles/main.css">
|
||||
|
Loading…
Reference in New Issue
Block a user