generated from Zeronaut/nbco-hugo-web
Custom favicon.ico
All checks were successful
Deploy to Netlify / Deploy Hugo site to Netlify (push) Successful in 31s
All checks were successful
Deploy to Netlify / Deploy Hugo site to Netlify (push) Successful in 31s
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="light"
|
||||
data-auto-appearance="true"><head>
|
||||
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<meta http-equiv="content-language" content="en" />
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="https://allisthewave.com/authors/" />
|
||||
<link rel="canonical" href="http://localhost:1313/authors/" />
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="/authors/index.xml" title="All is the Wave 🌊" />
|
||||
|
||||
@ -62,13 +62,15 @@
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="Authors" />
|
||||
<meta property="og:description" content="The wave is all and all is the wave." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://allisthewave.com/authors/" />
|
||||
<meta property="og:url" content="http://localhost:1313/authors/">
|
||||
<meta property="og:site_name" content="All is the Wave 🌊">
|
||||
<meta property="og:title" content="Authors">
|
||||
<meta property="og:description" content="The wave is all and all is the wave.">
|
||||
<meta property="og:locale" content="en">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Authors"/>
|
||||
<meta name="twitter:description" content="The wave is all and all is the wave."/>
|
||||
<meta name="twitter:card" content="summary"><meta name="twitter:title" content="Authors">
|
||||
<meta name="twitter:description" content="The wave is all and all is the wave.">
|
||||
|
||||
|
||||
|
||||
@ -695,7 +697,7 @@
|
||||
</footer><div
|
||||
id="search-wrapper"
|
||||
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh]"
|
||||
data-url="https://allisthewave.com/"
|
||||
data-url="http://localhost:1313/"
|
||||
style="z-index:500"
|
||||
>
|
||||
<div
|
||||
|
@ -2,11 +2,11 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Authors on All is the Wave 🌊</title>
|
||||
<link>https://allisthewave.com/authors/</link>
|
||||
<link>http://localhost:1313/authors/</link>
|
||||
<description>Recent content in Authors on All is the Wave 🌊</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en</language>
|
||||
<copyright>© 2024 Alan Youngblood</copyright>
|
||||
<atom:link href="https://allisthewave.com/authors/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="http://localhost:1313/authors/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
Reference in New Issue
Block a user