mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
16 lines
268 B
HTML
16 lines
268 B
HTML
{{/*
|
|
warn
|
|
Emits a warning using the theme's Header.
|
|
|
|
@author @regisphilibert
|
|
|
|
@context String
|
|
|
|
@access private
|
|
|
|
@example - Go Template
|
|
{{ partial "func/warn.html" $message }}
|
|
*/}}
|
|
{{ $header := "Ananke Theme Warning" }}
|
|
{{ warnf "\n%s:\n%s" $header . }}
|