Build: (9b34b8f
) Add valid Atom feed badge
This commit is contained in:
parent
8c373351d1
commit
2eb59a1ad8
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -145,7 +145,6 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
align-items: center;
|
|
||||||
list-style-type: "";
|
list-style-type: "";
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -159,9 +158,9 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Adoptables wrapper */
|
|
||||||
.adoptables { align-items: flex-end; }
|
.adoptables { align-items: flex-end; }
|
||||||
p + .adoptables { margin-top: 1em; }
|
p + .adoptables { margin-top: 1em; }
|
||||||
|
.web-badges { justify-content: center; }
|
||||||
|
|
||||||
/* Tabs */
|
/* Tabs */
|
||||||
.tabwrap section { display: none; }
|
.tabwrap section { display: none; }
|
||||||
|
|
2
feed.xml
2
feed.xml
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Leilukin's personal website.</subtitle>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.com"/>
|
<link href="https://leilukin.com"/>
|
||||||
<updated>2024-08-12T04:36:53Z</updated>
|
<updated>2024-08-12T04:54:08Z</updated>
|
||||||
<id>https://leilukin.com/</id>
|
<id>https://leilukin.com/</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
|
@ -656,11 +656,14 @@ by Ann Magill (2021)" width="88" height="31" loading="lazy" tabindex="0">
|
||||||
|
|
||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
<h2>Badges</h2>
|
<h2>Badges</h2>
|
||||||
|
<div class="web-graphics web-badges">
|
||||||
|
<a href="https://validator.w3.org/feed/check.cgi?url=https%3A//leilukin.com/feed.xml"><img src="/assets/buttons/badges/valid-atom.png" alt="Valid Atom 1.0" width="88" height="31" loading="lazy"></a>
|
||||||
<div id="wcb" class="carbonbadge wcb-d">
|
<div id="wcb" class="carbonbadge wcb-d">
|
||||||
<noscript>
|
<noscript>
|
||||||
<p>Looks like you have JavaScript disabled. JavaScript is required to display the <a href="https://www.websitecarbon.com/badge/">Website Carbon badge</a>.</p>
|
<p>Looks like you have JavaScript disabled. JavaScript is required to display the <a href="https://www.websitecarbon.com/badge/">Website Carbon badge</a>.</p>
|
||||||
</noscript>
|
</noscript>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
|
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue