citra-web/site/themes/citra-bs-theme/layouts/help/summary.html
Koopa 361ac73b53 Improve help pages (#107)
* Improve wording of help index page.

* Add custom help summary template.

* Add custom help page template.
2019-08-17 15:54:15 -04:00

7 lines
143 B
HTML

<div class="col-md-12">
<div>
<h2><a href="{{ .RelPermalink }}" >{{ .Title }}</a></h2>
<p>{{ .Description }}</p>
</div>
</div>