1
0
mirror of https://github.com/labstack/echo.git synced 2026-05-16 09:48:24 +02:00

docs: edit on github

Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
This commit is contained in:
Vishal Rana
2016-11-16 22:46:00 -08:00
parent 4dc8cbd255
commit 57c7dccfbf
28 changed files with 143 additions and 190 deletions
+10 -1
View File
@@ -10,9 +10,18 @@
{{ partial "notice.html" }}
<article class="content">
<section>
<h1>{{ .Title }}</h1>
{{ .Content }}
</section>
<footer style="margin-top: 40px;">
<footer>
<div class="w3-panel w3-pale-yellow w3-leftbar w3-border-yellow">
<p>
<i class="fa fa-pencil" aria-hidden="true"></i>
<a href="https://github.com/labstack/echo/blob/master/website/content/{{ .File.Path }}">
Edit this page on GitHub
</a>
</p>
</div>
</footer>
</article>
</div>