Initial site working
This commit is contained in:
15
themes/ananke/layouts/partials/func/warn.html
Normal file
15
themes/ananke/layouts/partials/func/warn.html
Normal file
@ -0,0 +1,15 @@
|
||||
{{/*
|
||||
warn
|
||||
Emits a warning using the theme's Header.
|
||||
|
||||
@author @regisphilibert
|
||||
|
||||
@context String
|
||||
|
||||
@access private
|
||||
|
||||
@example - Go Template
|
||||
{{ partial "func/warn" $message }}
|
||||
*/}}
|
||||
{{ $header := "Ananke Theme Warning" }}
|
||||
{{ warnf "\n%s:\n%s" $header . }}
|
Reference in New Issue
Block a user