moving everything to base folder
This commit is contained in:
parent
ca801caf05
commit
816a49d3f1
190 changed files with 4870 additions and 1 deletions
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 . }}
|
Loading…
Add table
Add a link
Reference in a new issue