basic hugo setup
This commit is contained in:
parent
18aa3c815b
commit
8d504c8420
153 changed files with 7158 additions and 0 deletions
15
tfc/themes/ananke/layouts/partials/func/warn.html
Normal file
15
tfc/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