We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d3e83 commit 3910416Copy full SHA for 3910416
src/overrides/partials/header.html
@@ -86,10 +86,11 @@
86
{% if config.repo_url %}
87
<div class="md-header__source">
88
{% include "partials/source.html" %}
89
+
90
<a href="https://cp-algorithms.com/feed_rss_created.xml" title="RSS" class="md-content__button md-icon">
- <span class="rss icon">
91
+ <div class="rss icon">
92
{% include ".icons/fontawesome/solid/rss.svg" %}
- </span>
93
+ </div>
94
</a>
95
</div>
96
0 commit comments