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

Patrick Kollitsch
23.21.2024 e22c42896a9222d94de69fffa752954aa969f8df
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 . }}