mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 13:36:47 +00:00
fix link block
This commit is contained in:
parent
3f6c0af1f2
commit
1f2f512207
@ -16,11 +16,12 @@ fullwith: true
|
|||||||
<h2 class="block sm:hidden">Link section</h2>
|
<h2 class="block sm:hidden">Link section</h2>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
|
<a href="{{ page.github }}" class="no-underline" aria-label="open github repo">
|
||||||
<div>
|
<div>
|
||||||
<h4 class="fst-italic">Github</h4>
|
<h4 class="fst-italic">Github</h4>
|
||||||
<p>{{ page.github | remove: "https://github.com/" }}</p>
|
<p>{{ page.github | remove: "https://github.com/" }}</p>
|
||||||
<a href="{{ page.github }}" class="stretched-link" aria-label="open github repo"></a>
|
|
||||||
</div>
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h4 class="fst-italic">Categories</h4>
|
<h4 class="fst-italic">Categories</h4>
|
||||||
@ -40,11 +41,12 @@ fullwith: true
|
|||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<a href="{{ page.website }}" class="no-underline" aria-label="open website">
|
||||||
<div>
|
<div>
|
||||||
<h4 class="fst-italic">Website</h4>
|
<h4 class="fst-italic">Website</h4>
|
||||||
<p>{{ page.website }}</p>
|
<p>{{ page.website }}</p>
|
||||||
<a href="{{ page.website }}" class="stretched-link" aria-label="open website"></a>
|
|
||||||
</div>
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user