update links and art
This commit is contained in:
@ -1,21 +1,19 @@
|
||||
<nav>
|
||||
<a href="/">/</a>
|
||||
<a href="/sitemap/">/sitemap</a>
|
||||
{# <a href="/about/">/about</a> #}
|
||||
<a href="/links/">/links</a>
|
||||
<a href="/credits">/credits</a>
|
||||
<a href="http://uuupah.123guestbook.com/">/guestbook</a>
|
||||
<a href="/blog/">/blog</a>
|
||||
<a href="/lists/">/lists</a>
|
||||
<span>
|
||||
{# <span>
|
||||
<button class="smallweb-subway" onclick="goToPrev()"><==</button>
|
||||
smallweb subway
|
||||
<button class="smallweb-subway" onclick="goToNext()">==></button>
|
||||
</span>
|
||||
{# <span>
|
||||
</span> #}
|
||||
<span>
|
||||
<a href="https://hotlinewebring.club/uuupah/previous"><==</a>
|
||||
<a href="https://hotlinewebring.club/">hotline webring</a>
|
||||
<a href="https://hotlinewebring.club/uuupah/next">==></a>
|
||||
</span> #}
|
||||
</nav>
|
||||
{#INFO: It's important to stucture your links with the slashes / on either side of the href /about/ to ensure the links are always from the root of the site.#}
|
||||
</span>
|
||||
</nav>
|
@ -3,7 +3,13 @@ title: "my art 2023"
|
||||
date: 2023-10-31
|
||||
---
|
||||
|
||||
<span>
|
||||
<button class="smallweb-subway" onclick="goToPrev()"><==</button>
|
||||
smallweb subway
|
||||
<button class="smallweb-subway" onclick="goToNext()">==></button>
|
||||
</span>
|
||||
{% set images = [
|
||||
"https://64.media.tumblr.com/7078428bcad8267f0aeec9ca034c540f/4f4e91a548a8b529-5b/s2048x3072/39a6424f63fed8fe4a394b3df55bb396f96f79d5.pnj",
|
||||
"https://64.media.tumblr.com/4775171322a43e1b258623d68308f9a3/7ed75d330d92d028-3f/s1280x1920/d29cb830f15602faa0b1a433d17dca9585024514.jpg",
|
||||
"https://64.media.tumblr.com/f28e2eb4048a8c56fd1b4bc32b6fe9c5/330716978dc16587-19/s2048x3072/ede045a087000045aadf5e4f910d7bfd5dbd0984.jpg",
|
||||
"https://64.media.tumblr.com/73664c2db98367afc6462f82d11924a1/cbc4809088d7ec7d-58/s2048x3072/aa922c49d80bebe1d988ac2b09bf3c9ace400304.jpg",
|
||||
@ -29,11 +35,6 @@ date: 2023-10-31
|
||||
"https://64.media.tumblr.com/571a72794b015e108fa087960aee10a6/fd7bb0b078b20401-35/s2048x3072/deab9b35634fe79e06dc96bfc2ee7f337f138a61.jpg"
|
||||
] %}
|
||||
|
||||
🚧 under construction! 🚧
|
||||
<script src="https://gusbus.space/smallweb-subway/smallweb-subway.js"></script>
|
||||
<smallweb-subway></smallweb-subway>
|
||||
🚧 ------------------- 🚧
|
||||
|
||||
<div class="gallery">
|
||||
{% for image in images %}
|
||||
<a href="#img_{{images.length - loop.index}}"><img class="gallery-image" src="{{image}}"></a>
|
||||
|
Reference in New Issue
Block a user