[content/* themes/footer] Enable opt-in getintouch icons based on frontmatter.

master
Lorenzo Cogotti 2 years ago
parent 0646f2ced4
commit 874f6daa44

@ -1,5 +1,6 @@
--- ---
title: Home title: Home
get_in_touch: true
tags: tags:
- development - development
- coding - coding

@ -2,6 +2,7 @@
title: Team title: Team
menu_title: "The DoubleFourteen Code Forge Team" menu_title: "The DoubleFourteen Code Forge Team"
mobile_menu_title: "1414° Team" mobile_menu_title: "1414° Team"
get_in_touch: true
date: 2022-03-10T00:40:51+02:00 date: 2022-03-10T00:40:51+02:00
--- ---

@ -1,5 +1,7 @@
<footer> <footer>
{{- partial "getintouch.html" . -}} {{ if default false (index .Params "get_in_touch") }}
{{- partial "getintouch.html" . -}}
{{ end }}
<div class="container footer"> <div class="container footer">
<small> <small>

Loading…
Cancel
Save