diff options
author | Indrajith K L | 2022-09-03 03:34:08 +0530 |
---|---|---|
committer | Indrajith K L | 2022-09-03 03:34:08 +0530 |
commit | b0728b42c38b4932eafe1c13ab5cb91104007cce (patch) | |
tree | d523c21aa966f77967e3fa2ccd4753f52dcd00eb /src/_includes/partials/header.njk | |
parent | cd8c2850aa47849e62ac2be233a9374b44a1f890 (diff) | |
download | indrajith-dev-b0728b42c38b4932eafe1c13ab5cb91104007cce.tar.gz indrajith-dev-b0728b42c38b4932eafe1c13ab5cb91104007cce.tar.bz2 indrajith-dev-b0728b42c38b4932eafe1c13ab5cb91104007cce.zip |
* Style Changes
* Adds RSS Link
* Adds Social Links in Header & Footer based on responsiveness
Diffstat (limited to 'src/_includes/partials/header.njk')
-rw-r--r-- | src/_includes/partials/header.njk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_includes/partials/header.njk b/src/_includes/partials/header.njk index ab1d424..50c1a7f 100644 --- a/src/_includes/partials/header.njk +++ b/src/_includes/partials/header.njk @@ -12,6 +12,7 @@ <li class="hover:text-white"><a title="Twitter" href="https://twitter.com/indrajithKLIS" class="links">{% feather "twitter" %}</a></li> <li class="hover:text-white"><a title="Github" href="https://github.com/cooljith91112" class="links">{% feather "github" %}</a></li> <li class="hover:text-white"><a title="LinkedIn" href="https://www.linkedin.com/in/indrajithklis/" class="links">{% feather "linkedin" %}</a></li> + <li class="hover:text-white"><a title="RSS" href="/feed.xml" class="links">{% feather "rss" %}</a></li> </ul> </nav> </header> |