Skip to content

Commit

Permalink
linkedin was missing in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiboutas committed Jan 7, 2024
1 parent 85fe954 commit 4d9c091
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@
</svg>
</a>
{% endif %}
{% if settings.cms.Links.linkedin %}
<a href="{{ settings.cms.Links.linkedin }}"
class="text-gray-400 hover:text-gray-500">
<span class="sr-only">Linkedin</span>
<svg class="h-6 w-6"
fill="currentColor"
viewBox="0 0 28 28"
aria-hidden="true">
<path fill-rule="evenodd" d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z" clip-rule="evenodd" />
</svg>
</a>
{% endif %}
{% if settings.cms.Links.github %}
<a href="{{ settings.cms.Links.github }}"
class="text-gray-400 hover:text-gray-500">
Expand Down

0 comments on commit 4d9c091

Please sign in to comment.