aboutsummaryrefslogtreecommitdiff
path: root/_includes/icons.html
diff options
context:
space:
mode:
authorValentin Popov <valentineus@gmail.com>2018-04-11 04:07:02 +0300
committerValentin Popov <valentineus@gmail.com>2018-04-11 04:07:02 +0300
commitfc8d16771c38dfbc6357622fec7c93c2f5b77732 (patch)
tree6b75e6462a5ddb181a15b63ee038eef455af264a /_includes/icons.html
parent9cd38d691eed23acffd11e990b54247c94013fac (diff)
downloadpopov.link-fc8d16771c38dfbc6357622fec7c93c2f5b77732.tar.xz
popov.link-fc8d16771c38dfbc6357622fec7c93c2f5b77732.zip
Removing artifacts
Diffstat (limited to '_includes/icons.html')
-rw-r--r--_includes/icons.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/_includes/icons.html b/_includes/icons.html
deleted file mode 100644
index d95b697..0000000
--- a/_includes/icons.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<section class="icons">
- <div class="container">
- <div class="content">
- <div class="fa-sm">
- <!-- RSS -->
- {% if site.rss %}
- <a href="{{ site.rss | relative_url | uri_escape }}" target="_blank" rel="nofollow">
- <i class="fas fa-rss"></i>
- </a>
- {% endif %}
- <!-- E-Mail -->
- {% if site.author.email %}
- <a href="mailto:{{ site.author.email | uri_escape }}" target="_blank" rel="nofollow">
- <i class="fas fa-envelope-open"></i>
- </a>
- {% endif %}
- <!-- Twitter -->
- {% if site.links.twitter %}
- <a href="{{ site.links.twitter | uri_escape }}" target="_blank" rel="nofollow">
- <i class="fab fa-twitter"></i>
- </a>
- {% endif %}
- <!-- GitHub -->
- {% if site.links.github %}
- <a href="{{ site.links.github | uri_escape }}" target="_blank" rel="nofollow">
- <i class="fab fa-github"></i>
- </a>
- {% endif %}
- </div>
- </div>
- </div>
-</section>