Added RSS button to homepage. Setup search functionality.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<html lang="en" dir="auto">
|
||||
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.123.8"><meta charset="utf-8">
|
||||
<meta name="generator" content="Hugo 0.124.1"><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="robots" content="index, follow">
|
||||
@ -21,6 +21,7 @@
|
||||
<meta name="theme-color" content="#2e2e33">
|
||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||
<link rel="alternate" type="application/rss+xml" href="../index.xml">
|
||||
<link rel="alternate" type="application/json" href="../index.json">
|
||||
<link rel="alternate" hreflang="en" href="../">
|
||||
<noscript>
|
||||
<style>
|
||||
@ -33,7 +34,7 @@
|
||||
</noscript><meta property="og:title" content="Norm-working Packets 💾" />
|
||||
<meta property="og:description" content="A semi-technical blog & series of experiences working in tech and my homelab" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="/" /><meta property="og:site_name" content="Norm-working Packets" />
|
||||
<meta property="og:url" content="/" /><meta property="og:site_name" content="Self-hosted Norm" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Norm-working Packets 💾"/>
|
||||
@ -48,7 +49,7 @@
|
||||
"description": "A semi-technical blog \u0026amp; series of experiences working in tech and my homelab",
|
||||
"thumbnailUrl": "/favicon.ico",
|
||||
"sameAs": [
|
||||
"https://fosstodon.org/@notnorm", "https://github.com/Normanras"
|
||||
"https://fosstodon.org/@notnorm", "https://github.com/Normanras", "https://selfhosted.rsmsn.co/index.xml"
|
||||
]
|
||||
}
|
||||
</script>
|
||||
@ -97,6 +98,11 @@
|
||||
<span>Posts</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../search.html" title="Search (Alt + /)" accesskey=/>
|
||||
<span>Search</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user