UNPKG

@creativebulma/bulma-divider

Version:

Easily display an horizontal or vertical divider with optional text.

14 lines (13 loc) 324 B
{{ range where .Site.RegularPages.ByDate.Reverse "Section" "release" }} <div class="section"> <div class="changes"> <h4> {{ .Params.Version }} {{ .Title }} </h4> <small>{{ .Params.Subtitle }}</small> <div> {{ .Content }} </div> </div> </div> {{ end }}