{{ partial "header.html" . }}
Hacks & Customizations
{{ if .Params.Date }}
These hacks are unsupported customizations meant as unofficial workarounds.
They can cause instability, introduce issues and may conflict with future updates. Apply at your own risk!
{{ end }}

{{.Title}}

{{ if .Params.Tested }}
    {{ $authors := strings.Split .Params.Author " " }}
  • Author{{ if gt (len $authors) 1 }}s{{end}}: {{ range $authors }}{{ . }} {{ end }}
  • Created: {{ .Date.Format "2" | humanize }} {{ .Date.Format "Jan 2006" }}
  • Updated: {{ .Params.Updated.Format "2" | humanize }} {{ .Params.Updated.Format "Jan 2006" }}
  • Last Tested On: {{ .Params.Tested }}
{{ end }} {{.Content}}
{{ if .Params.Tested }}

Request an Update

Hack not working on the latest version of BookStack?
You can request this hack to be updated & tested for a small one-time fee.
This helps keeps these hacks updated & maintained in a sustainable manner.


Latest Hacks

{{ range first 4 ( where .Site.RegularPages "Section" "hacks") }} {{ if .Params.Date }} {{ partial "list-hack" .}} {{ end }} {{ end }}
{{ end}}
{{ partial "footer.html" . }}