Browse Source

change to a 2 column layout

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
jamesk-patch-1
Toshaan Bharvani 1 year ago
parent
commit
b318408edc
  1. 2
      themes/openpowerfoundation/layouts/compliance/list.html

2
themes/openpowerfoundation/layouts/compliance/list.html

@ -44,7 +44,7 @@ @@ -44,7 +44,7 @@
</div>
<div class="row text-center">
{{ range (.Paginate .Data.Pages.ByTitle 30).Pages }}
<article class="post__article col-md-12">
<article class="post__article col-md-6">
<a class="post__title btn btn-outline-primary" href="{{ .Permalink }}">{{ .Title }}</a>
</article>
{{ end }}

Loading…
Cancel
Save