2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

fix link block

This commit is contained in:
Matthias Mair 2023-01-20 02:07:29 +01:00
parent 3f6c0af1f2
commit 1f2f512207
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -16,11 +16,12 @@ fullwith: true
<h2 class="block sm:hidden">Link section</h2>
<div>
<a href="{{ page.github }}" class="no-underline" aria-label="open github repo">
<div>
<h4 class="fst-italic">Github</h4>
<p>{{ page.github | remove: "https://github.com/" }}</p>
<a href="{{ page.github }}" class="stretched-link" aria-label="open github repo"></a>
</div>
</a>
<div>
<h4 class="fst-italic">Categories</h4>
@ -40,11 +41,12 @@ fullwith: true
</ol>
</div>
<a href="{{ page.website }}" class="no-underline" aria-label="open website">
<div>
<h4 class="fst-italic">Website</h4>
<p>{{ page.website }}</p>
<a href="{{ page.website }}" class="stretched-link" aria-label="open website"></a>
</div>
</a>
</div>
</div>