mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-14 19:15:28 +00:00
Feat/check links (#125)
* always run CI, check for html errors * fix links * switch a tags to div * add alt text * fix internal links * remove unneeded example section * remove legacy section * update requirements * test more * fix flag
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<div class="section-container">
|
||||
<div class="flex flex-wrap w-full mb-4">
|
||||
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
|
||||
<a class="anchor" id="{{ include.data.ref }}"></a>
|
||||
<div class="anchor" id="{{ include.data.ref }}"></div>
|
||||
<div class="inline-flex items-center">
|
||||
<h1 class="header-text title-font mb-2 cm-gray-1">{{ include.data.title }}</h1>
|
||||
{% if include.link %}
|
||||
|
Reference in New Issue
Block a user