File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 86
86
{% if config.repo_url %}
87
87
< div class ="md-header__source ">
88
88
{% include "partials/source.html" %}
89
-
90
- < a href ="https://cp-algorithms.com/feed_rss_created.xml " title ="RSS " class ="md-header__button md-icon " aria-label ="RSS ">
91
- {% include ".icons/fontawesome/solid/rss.svg" %}
92
- </ a >
93
-
94
- < a href ="https://discord.gg/HZ5AecN3KX " title ="Discord " class ="md-header__button md-icon " aria-label ="Discord ">
95
- {% include ".icons/fontawesome/brands/discord.svg" %}
96
- </ a >
97
89
</ div >
98
90
{% endif %}
91
+ < a href ="https://cp-algorithms.com/feed_rss_created.xml " title ="RSS " class ="md-header__button md-icon " aria-label ="RSS ">
92
+ {% include ".icons/fontawesome/solid/rss.svg" %}
93
+ </ a >
94
+
95
+ < a href ="https://discord.gg/HZ5AecN3KX " title ="Discord " class ="md-header__button md-icon " aria-label ="Discord ">
96
+ {% include ".icons/fontawesome/brands/discord.svg" %}
97
+ </ a >
99
98
</ nav >
100
99
{% if "navigation.tabs.sticky" in features %}
101
100
{% if "navigation.tabs" in features %}
You can’t perform that action at this time.
0 commit comments