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:
+7
-4
@@ -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"
|
||||
@@ -18,7 +18,6 @@
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</ul>
|
||||
<p class="col-sm-6 text-sm-right text-muted">
|
||||
© 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>
|
||||
|
||||
Reference in New Issue
Block a user