Skip to content

Commit

Permalink
index integration links
Browse files Browse the repository at this point in the history
  • Loading branch information
steskelt committed Mar 1, 2024
1 parent 705e9b1 commit fe9621b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,15 @@ <h6 class="sidebar-header">{{ nav.label }}</h6>
<a
class="nav-link {{ active }}"
href="{{ navitem.url }}"
><img
>
{% if navitem.img %}
<img
src="{{ navitem.img }}"
alt="{{ navitem.label | strip_html }}"
>{{ navitem.label }}</a>
>
{% endif %}
{{ navitem.label }}
</a>
</li>
{% endfor %}
</ul>
Expand Down
5 changes: 3 additions & 2 deletions _pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ <h2 class="mt-5 mb-5 fw-bold">
</h2>
</div>

<div>
<div class="mb-5" style="text-align:center;">
<h4>Import Social Media From</h4>
{% assign integrations = site.navigation | where: "key", "integrations" | first %}
{% for navitem in integrations.links %}
<a
class="nav-link {{ active }}"
class="btn"
href="{{ navitem.url }}"
>
<img
Expand Down

0 comments on commit fe9621b

Please sign in to comment.