Add README.md

This commit is contained in:
hossainemruz 2020-06-14 13:57:07 +06:00
parent 9b10cadb58
commit cdb2267f2d
3 changed files with 125 additions and 8 deletions

View file

@ -33,12 +33,14 @@
</div>
<!--- Improve this page button --->
<div class="btn-improve-page">
<a href="{{ .Site.Params.GitRepo }}/edit/master/content/{{ .File.Path }}">
<i class="fas fa-code-branch"></i>
Improve This Page
</a>
</div>
{{ if .Site.Params.GitRepo }}
<div class="btn-improve-page">
<a href="{{ .Site.Params.GitRepo }}/edit/master/content/{{ .File.Path }}">
<i class="fas fa-code-branch"></i>
Improve This Page
</a>
</div>
{{ end }}
<!---Next and Previous Navigator -->
<hr />