File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- - Add HTML escaping for some titles, labels and metada that was missing.
3+ ## Unreleased
4+
5+ ### Enhancements
6+
7+ - Hide page__ footer-follow if there are no links nor atom feed. (#5279 )
8+ - Add HTML escaping for some titles, labels and metada that was missing. (#5276 )
49
510## [ 4.27.1] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.1 )
611
Original file line number Diff line number Diff line change 1+ {% unless site.atom_feed.hide %}
2+ {% assign show_atom = true %}
3+ {% endunless %}
4+ {% if site.footer.links or show_atom %}
15< div class ="page__footer-follow ">
26 < ul class ="social-icons ">
37 {% if site.data.ui-text[site.locale].follow_label %}
1721 {% endunless %}
1822 </ ul >
1923</ div >
24+ {% endif %}
2025
2126< div class ="page__footer-copyright "> © {{ site.time | date: '%Y' }} < a href ="{{ site.copyright_url | default: site.url }} "> {{ site.copyright | default: site.title | escape_once | strip }}</ a > . {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} < a href ="https://jekyllrb.com " rel ="nofollow "> Jekyll</ a > & < a href ="https://mademistakes.com/work/jekyll-themes/minimal-mistakes/ " rel ="nofollow "> Minimal Mistakes</ a > .</ div >
You can’t perform that action at this time.
0 commit comments