Skip to content

Instantly share code, notes, and snippets.

@Andynico
Andynico / layouts_index.html
Created May 29, 2019 13:37
Custom Layout for the Hello micro.blog theme
{{ define "main" }}
{{ $paginator := .Paginate (union .Site.Taxonomies.categories.articles .Site.Taxonomies.categories.podcast) 25 }}
{{ range $paginator.Pages }}
{{ if .Title }}
<div class="post-body post h-entry">
<header>
<h1><a href="{{ .Permalink }}" style="text-decoration: none">{{ .Title }}</a></h1>