Skip to content

Commit 06f9921

Browse files
author
python4me
committed
fixing posts
1 parent a1a5780 commit 06f9921

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

_includes/sidebar.html

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -50,36 +50,3 @@
5050

5151
</div><!-- #nav-wrapper -->
5252

53-
<div class="sidebar-bottom d-flex flex-wrap justify-content-around mt-4">
54-
55-
{% if site.theme_mode == "dual" %}
56-
<span id="mode-toggle-wrapper">
57-
{% include mode-toggle.html %}
58-
</span>
59-
<span class="icon-border"></span>
60-
{% endif %}
61-
62-
{% for entry in site.data.contact %}
63-
{% capture url %}
64-
{%- if entry.type == 'github' -%}
65-
https://github.com/{{ site.github.username }}
66-
{%- elsif entry.type == 'twitter' -%}
67-
https://twitter.com/{{ site.twitter.username }}
68-
{%- elsif entry.type == 'email' -%}
69-
{% assign email = site.social.email | split: '@' %}
70-
javascript:location.href = 'mailto:' + ['{{ email[0] }}','{{ email[1] }}'].join('@')
71-
{%- elsif entry.type == 'rss' -%}
72-
{{ "/feed.xml" | relative_url }}
73-
{%- else -%}
74-
{{ entry.url }}
75-
{%- endif -%}
76-
{% endcapture %}
77-
78-
{% if url != '' %}
79-
<a href="{{ url }}" aria-label="{{ entry.type }}" {% unless entry.noblank %}target="_blank" rel="noopener"{% endunless %}>
80-
<i class="{{ entry.icon }}"></i>
81-
</a>
82-
{% endif %}
83-
{% endfor %}
84-
85-
</div>

0 commit comments

Comments
 (0)