1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-29 09:33:45 +02:00
hugo-theme-bootstrap4-blog/layouts/_default
Alan Orth 72d5c94cc5
Add basic sharing icons to the bottom of posts
By default they are on, but you can disable them by adding the
following configuration value:

  [params.sharingicons]
    hide = true

If this parameter is undefined (or "false") then the icons will be
shown. Furthermore, you can disable specific icons by setting their
value to "false", ie:

  [params.sharingicons]
    facebook = false

Any icons not named will be shown. Currently there a four icons
configureg: facebook, googleplus, linkedin, and twitter.
2016-09-18 17:11:08 +03:00
..
baseof.html layouts: Add basic support for OpenGraph and Twitter card metadata 2016-09-17 18:05:22 +03:00
list.html layouts/_default/list.html: Check for page type instead of "section" 2016-09-14 23:39:39 +03:00
single.html Add basic sharing icons to the bottom of posts 2016-09-18 17:11:08 +03:00
summary.html layouts: Use HTML5-compatible datetime format for posts 2016-09-14 13:12:27 +03:00