]> BookStack Code Mirror - website/blob - themes/bookstack/layouts/partials/list-hack.html
Cleaned list design and other bits
[website] / themes / bookstack / layouts / partials / list-hack.html
1 {{ $baseurl := .Site.BaseURL }}
2 <a href="{{ .RelPermalink }}" class="hack-box {{ .Section }}">
3     <div class="hack-header">
4         <h2 class="hack-title">{{ .Title }}</h2>
5     </div>
6     <section class="hack-excerpt">
7         <p>{{ .Summary }} <span class="read-more">&raquo;</span></p>
8     </section>
9     <div class="hack-meta">
10         Last Tested On {{ .Params.tested }}
11     </div>
12 </a>