Skip to content

Commit

Permalink
Use existing fragments until lychee supporst # or #top
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed Dec 25, 2024
1 parent 825f445 commit 4eb17a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h3>Social media</h3>
</div>
</div>
<!-- Scroll up button -->
<a class="scrollup" href="#top"><svg viewBox="0 0 12 12"><path d="M1 8l5-5l5 5"/></svg></a>
<a class="scrollup" href="#contribute"><svg viewBox="0 0 12 12"><path d="M1 8l5-5l5 5"/></svg></a>
<!-- Inline JavaScript to quickly show/hide elements if browser loads scripts -->
<script>
for (let x of document.querySelectorAll('div.single-project')) x.classList.add('hidden');
Expand Down
2 changes: 1 addition & 1 deletion dietpi-software.html
Original file line number Diff line number Diff line change
Expand Up @@ -4371,7 +4371,7 @@ <h3>IPFS Node</h3>
</div>
</div>
<!-- Scroll up button -->
<a class="scrollup" href="#top"><svg viewBox="0 0 12 12"><path d="M1 8l5-5l5 5"/></svg></a>
<a class="scrollup" href="#software"><svg viewBox="0 0 12 12"><path d="M1 8l5-5l5 5"/></svg></a>
<!-- Inline JavaScript to quickly show/hide elements if browser loads scripts -->
<script>
for (let x of document.querySelectorAll('div.single-project')) x.classList.add('hidden');
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2525,7 +2525,7 @@ <h1>User Testimonials</h1>
</div>
</div>
<!-- Scroll up button -->
<a class="scrollup" href="#top"><svg viewBox="0 0 12 12"><path d="M1 8l5-5l5 5"/></svg></a>
<a class="scrollup" href="#home"><svg viewBox="0 0 12 12"><path d="M1 8l5-5l5 5"/></svg></a>
<!-- Inline JavaScript to quickly show/hide elements if browser loads scripts -->
<script>
for (let x of document.querySelectorAll('div.single-project')) x.classList.add('hidden');
Expand Down
2 changes: 1 addition & 1 deletion stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h3>Debian</h3>
</div>
</div>
<!-- Scroll up button -->
<a class="scrollup" href="#top"><svg viewBox="0 0 12 12"><path d="M1 8l5-5l5 5"/></svg></a>
<a class="scrollup" href="#stats"><svg viewBox="0 0 12 12"><path d="M1 8l5-5l5 5"/></svg></a>
<!-- Inline JavaScript to quickly show/hide elements if browser loads scripts -->
<script>
for (let x of document.querySelectorAll('div.single-project')) x.classList.add('hidden');
Expand Down

0 comments on commit 4eb17a9

Please sign in to comment.