This commit is contained in:
Cory Dransfeldt 2024-09-06 16:13:18 -07:00
parent ab14e9f2fe
commit 1e0d831041
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.7.4", "version": "24.7.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.7.4", "version": "24.7.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.5.0", "@cdransf/api-text": "^1.5.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.7.4", "version": "24.7.5",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -17,7 +17,7 @@
</section> </section>
<div class="default-wrapper"> <div class="default-wrapper">
<p><xsl:value-of select="/rss/channel/description"/></p> <p><xsl:value-of select="/rss/channel/description"/></p>
<p><span class="highlight-text">Subscribe by adding the URL below to your feed reader of choice.</span></p> <p><strong class="highlight-text">Subscribe by adding the URL below to your feed reader of choice.</strong></p>
<p> <p>
<pre class="small"> <pre class="small">
<code><xsl:value-of select="rss/channel/atom:link/@href"/></code> <code><xsl:value-of select="rss/channel/atom:link/@href"/></code>