mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
Theme modified (#5)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{%- macro fa(icon) -%}
|
||||
{%- set fa_special_icons = {
|
||||
"feed": "fas fa-rss",
|
||||
"rss": "fas fa-rss",
|
||||
"feed": "fas fa-rss",
|
||||
"rss": "fas fa-rss",
|
||||
} -%}
|
||||
{%- if icon in fa_special_icons -%}
|
||||
{{ fa_special_icons[icon] }}
|
||||
@@ -20,11 +20,14 @@ fab fa-{{icon}}
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="col-sm-{% if SITEIMAGE %}8{% else %}12{% endif %}">
|
||||
<h1 class="title" style="font-family: ExodarOut;font-weight: lighter;"><a href="{{ SITEURL }}/">{{ SITENAME }}</a></h1>
|
||||
<h1 class="title" style="font-family: ExodarOut;font-weight: lighter;"><a href="{{ SITEURL }}/">{{ SITENAME }}</a>
|
||||
</h1>
|
||||
<!--
|
||||
{% if SITESUBTITLE %}
|
||||
<p class="text-muted">{{ SITESUBTITLE }}</p>
|
||||
{% endif %}
|
||||
{% if LINKS or (DISPLAY_PAGES_ON_MENU and pages) or ICONS %}
|
||||
-->
|
||||
{% if LINKS or (DISPLAY_PAGES_ON_MENU and pages) or ICONS or MAIL %}
|
||||
<ul class="list-inline">
|
||||
{% for title, link in LINKS %}
|
||||
<li class="list-inline-item"><a href="{{ url(link) }}" target="_blank">{{ title }}</a></li>
|
||||
|
||||
Reference in New Issue
Block a user