update config, add rawhtml shortcode
This commit is contained in:
parent
7b6cd80ee8
commit
0705dcc8a0
3 changed files with 7 additions and 2 deletions
|
@ -4,7 +4,7 @@ theme: gallo
|
||||||
|
|
||||||
params:
|
params:
|
||||||
logo: /img/gallo_welding_inverted.webp
|
logo: /img/gallo_welding_inverted.webp
|
||||||
copyName: John Doe
|
copyName: Gallo Welding
|
||||||
headerTitle: Gallo Welding & Fabrication
|
headerTitle: Gallo Welding & Fabrication
|
||||||
headerImg: /img/wide.webp
|
headerImg: /img/wide.webp
|
||||||
headerDesc: >
|
headerDesc: >
|
||||||
|
|
|
@ -2,3 +2,7 @@
|
||||||
date: '2024-05-22T12:47:43-04:00'
|
date: '2024-05-22T12:47:43-04:00'
|
||||||
title: 'Contact Us!'
|
title: 'Contact Us!'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{< rawhtml >}}
|
||||||
|
|
||||||
|
{{< /rawhtml >}}
|
1
themes/gallo/layouts/shortcodes/rawhtml.html
Normal file
1
themes/gallo/layouts/shortcodes/rawhtml.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{{.Inner}}
|
Loading…
Add table
Reference in a new issue