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:
|
||||
logo: /img/gallo_welding_inverted.webp
|
||||
copyName: John Doe
|
||||
copyName: Gallo Welding
|
||||
headerTitle: Gallo Welding & Fabrication
|
||||
headerImg: /img/wide.webp
|
||||
headerDesc: >
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
---
|
||||
date: '2024-05-22T12:47:43-04:00'
|
||||
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