diff options
author | Karl Hallsby <karl@hallsby.com> | 2021-11-17 00:25:00 -0600 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2021-11-17 00:25:41 -0600 |
commit | eff736d1312bf7799ae68eadbae860da00c35e46 (patch) | |
tree | 01209acac18745f601021134ad478bf1c570e337 /_layouts/about.html | |
parent | fcd3a21a9ba3affeb87744165abf1aeb6264b2eb (diff) |
Put social information in footer ALL the time
Defined a new boolean value in config.yml to enable this printing.
The social logos do not show in the actual footer, but right above it.
This happens on ALL pages as well.
Diffstat (limited to '_layouts/about.html')
-rw-r--r-- | _layouts/about.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/_layouts/about.html b/_layouts/about.html index bb3b6b1..4ebfa26 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -37,14 +37,6 @@ layout: default {% include selected_papers.html %} {% endif %} - {% if page.social %} - <div class="social"> - <div class="contact-icons"> - {% include social.html %} - </div> - <div class="contact-note">{{ site.contact_note }}</div> - </div> - {% endif %} </article> </div> |