1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

added mail and copyright

This commit is contained in:
avinal
2021-01-26 19:59:37 +05:30
parent e652e9613c
commit e57081eaac
3 changed files with 11 additions and 6 deletions
+1 -2
View File
@@ -18,7 +18,6 @@
{% endfor %}
{% endif %}
</ul>
<p class="col-sm-6 text-sm-right text-muted">
&copy; 2018-2021 <a href="https://github.com/avinal" target="_blank">Avinal Kumar</a>
<p class="col-sm-6 text-sm-right text-muted"><i class="fa fa-copyright"></i> 2018-2021 <a href="https://github.com/avinal" target="_blank">Avinal Kumar</a>
</p>
</div>
@@ -43,6 +43,9 @@ fab fa-{{icon}}
{% endif %}
<li class="list-inline-item"><a class="{{ fa(icon) }}" href="{{ url(link) }}" target="_blank"></a></li>
{% endfor %}
{% if MAIL %}
<li class="list-inline-item"><a class="fa fa-envelope" href="mailto:{{ MAIL }}" target="_blank"></a></li>
{% endif %}
</ul>
{% endif %}
</div>