1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30: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
+7 -4
View File
@@ -7,8 +7,7 @@ SITESUBTITLE = '눈치'
SITEURL = 'https://avinal.is-a.dev'
THEME = 'alchemy'
PATH = 'content'
EMAIL = '185067@nith.ac.in'
SITEIMAGE = '/images/profile.png width=150 height=150'
MAIL = 'avinal.xlvii@gmail.com'
TIMEZONE = 'Asia/Kolkata'
DEFAULT_LANG = 'en'
@@ -49,7 +48,11 @@ RFG_FAVICONS = True
# icons
ICONS = [
('github', "https://github.com/avinal"),
('linkedin', 'https://www.linkedin.com/in/avinal/'),
('linkedin', 'https://www.linkedin.com/in/avinal/')
]
LINKS = [
('hello', "mailto:me")
]
DEFAULT_PAGINATION = 10
@@ -57,4 +60,4 @@ DEFAULT_PAGINATION = 10
PYGMENTS_STYLE = 'monokai'
# disqus integration
DISQUS_SITENAME = "avinal"
# DISQUS_SITENAME = "avinal"
+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>