File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ < div class ="page__footer-follow ">
2+ < ul class ="social-icons ">
3+ {% if site.data.ui-text[site.locale].follow_label %}
4+ < li > < strong > {{ site.data.ui-text[site.locale].follow_label }}</ strong > </ li >
5+ {% endif %}
6+
7+ {% if site.footer.links %}
8+ {% for link in site.footer.links %}
9+ {% if link.label and link.url %}
10+ < li > < a href ="{{ link.url }} " rel ="nofollow noopener noreferrer "> < i class ="{{ link.icon | default: 'fas fa-link' }} " aria-hidden ="true "> </ i > {{ link.label }}</ a > </ li >
11+ {% endif %}
12+ {% endfor %}
13+ {% endif %}
14+
15+ {% unless site.atom_feed.hide %}
16+ < li > < a href ="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %} "> < i class ="fas fa-fw fa-rss-square " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</ a > </ li >
17+ {% endunless %}
18+ </ ul >
19+ </ div >
Original file line number Diff line number Diff line change 11---
2- layout : single
2+ layout : splash
33title : What is PHP Debugger?
44---
55
You can’t perform that action at this time.
0 commit comments