mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Regis Philibert
07.32.2022 ea43359ed79c412dba865780f1c8a4e641081cf0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 . }}