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>
|
||||
@ -129,6 +135,15 @@
|
||||
<path
|
||||
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22">
|
||||
</path>
|
||||
</svg>
|
||||
</a>
|
||||
<a href="https://selfhosted.rsmsn.co/index.xml" target="_blank" rel="noopener noreferrer me"
|
||||
title="RSS">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||
stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M4 11a9 9 0 0 1 9 9" />
|
||||
<path d="M4 4a16 16 0 0 1 16 16" />
|
||||
<circle cx="5" cy="19" r="1" />
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user