mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
f2ff77f3ac
commit
6c900380dc
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,7 @@ readFile: {{ readFile "README.txt" }}
|
||||||
relURL 1: {{ "http://gohugo.io/" | relURL }}
|
relURL 1: {{ "http://gohugo.io/" | relURL }}
|
||||||
relURL 2: {{ "mystyle.css" | relURL }}
|
relURL 2: {{ "mystyle.css" | relURL }}
|
||||||
replace: {{ replace "Batman and Robin" "Robin" "Catwoman" }}
|
replace: {{ replace "Batman and Robin" "Robin" "Catwoman" }}
|
||||||
|
replaceRE: {{ "http://gohugo.io/docs" | replaceRE "^https?://([^/]+).*" "$1" }}
|
||||||
safeCSS: {{ "Bat&Man" | safeCSS | safeCSS }}
|
safeCSS: {{ "Bat&Man" | safeCSS | safeCSS }}
|
||||||
safeHTML: {{ "Bat&Man" | safeHTML | safeHTML }}
|
safeHTML: {{ "Bat&Man" | safeHTML | safeHTML }}
|
||||||
safeHTML: {{ "Bat&Man" | safeHTML }}
|
safeHTML: {{ "Bat&Man" | safeHTML }}
|
||||||
|
@ -157,6 +158,7 @@ readFile: Hugo Rocks!
|
||||||
relURL 1: http://gohugo.io/
|
relURL 1: http://gohugo.io/
|
||||||
relURL 2: /hugo/mystyle.css
|
relURL 2: /hugo/mystyle.css
|
||||||
replace: Batman and Catwoman
|
replace: Batman and Catwoman
|
||||||
|
replaceRE: gohugo.io
|
||||||
safeCSS: Bat&Man
|
safeCSS: Bat&Man
|
||||||
safeHTML: Bat&Man
|
safeHTML: Bat&Man
|
||||||
safeHTML: Bat&Man
|
safeHTML: Bat&Man
|
||||||
|
|
Loading…
Reference in a new issue