Initial commit
This commit is contained in:
1
themes/coopgo-theme/layouts/shortcodes/brand.html
Normal file
1
themes/coopgo-theme/layouts/shortcodes/brand.html
Normal file
@@ -0,0 +1 @@
|
||||
<span class="brand">{{.Get 0}}</span>
|
||||
3
themes/coopgo-theme/layouts/shortcodes/column.html
Normal file
3
themes/coopgo-theme/layouts/shortcodes/column.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="flex-1 m-20">
|
||||
{{.Inner}}
|
||||
</div>
|
||||
3
themes/coopgo-theme/layouts/shortcodes/flex-row.html
Normal file
3
themes/coopgo-theme/layouts/shortcodes/flex-row.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="flex-row wrap ai-center">
|
||||
{{.Inner}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user