2022-02-07 21:42:46 +00:00
|
|
|
<!DOCTYPE html>
|
2022-11-01 01:10:49 +00:00
|
|
|
<html lang="en" dir="ltr">
|
2022-02-07 21:42:46 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2022-02-28 00:20:19 +00:00
|
|
|
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
2022-12-08 10:17:57 +00:00
|
|
|
<meta name="generator" content="Hugo 0.108.0">
|
2022-12-11 22:22:02 +00:00
|
|
|
<meta name="generator" content="Relearn 5.8.1+tip">
|
2022-02-07 21:42:46 +00:00
|
|
|
<meta name="description" content="Documentation for Hugo Relearn Theme">
|
|
|
|
<meta name="author" content="Sören Weber">
|
2022-02-24 22:10:58 +00:00
|
|
|
<title>404 Page not found :: Hugo Relearn Theme</title>
|
2022-12-16 20:36:08 +00:00
|
|
|
<link href="./images/logo.svg?1671222960" rel="icon" type="image/svg+xml">
|
2022-07-15 13:20:02 +00:00
|
|
|
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
|
2022-12-16 20:36:08 +00:00
|
|
|
<link href="./css/fontawesome-all.min.css?1671222960" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fontawesome-all.min.css?1671222960" rel="stylesheet"></noscript>
|
|
|
|
<link href="./css/featherlight.min.css?1671222960" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/featherlight.min.css?1671222960" rel="stylesheet"></noscript>
|
|
|
|
<link href="./css/auto-complete.css?1671222960" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/auto-complete.css?1671222960" rel="stylesheet"></noscript>
|
|
|
|
<link href="./css/perfect-scrollbar.min.css?1671222960" rel="stylesheet">
|
|
|
|
<link href="./css/nucleus.css?1671222960" rel="stylesheet">
|
|
|
|
<link href="./css/fonts.css?1671222960" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="./css/fonts.css?1671222960" rel="stylesheet"></noscript>
|
|
|
|
<link href="./css/theme.css?1671222960" rel="stylesheet">
|
|
|
|
<link href="./css/theme-relearn-light.css?1671222960" rel="stylesheet" id="variant-style">
|
|
|
|
<link href="./css/ie.css?1671222960" rel="stylesheet">
|
|
|
|
<link href="./css/variant.css?1671222960" rel="stylesheet">
|
|
|
|
<link href="./css/print.css?1671222960" rel="stylesheet" media="print">
|
|
|
|
<script src="./js/url.js?1671222960"></script>
|
|
|
|
<script src="./js/variant.js?1671222960"></script>
|
2022-02-13 01:11:54 +00:00
|
|
|
<script>
|
2022-03-07 21:55:59 +00:00
|
|
|
// hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic:
|
|
|
|
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
|
2022-11-05 23:35:48 +00:00
|
|
|
window.index_js_url="./index.search.js";
|
|
|
|
var root_url="./";
|
2022-03-07 21:55:59 +00:00
|
|
|
var baseUri=root_url.replace(/\/$/, '');
|
|
|
|
// translations
|
|
|
|
window.T_Copy_to_clipboard = 'Copy to clipboard';
|
|
|
|
window.T_Copied_to_clipboard = 'Copied to clipboard!';
|
|
|
|
window.T_Copy_link_to_clipboard = 'Copy link to clipboard';
|
|
|
|
window.T_Link_copied_to_clipboard = 'Copied link to clipboard!';
|
2022-11-17 21:13:11 +00:00
|
|
|
window.T_No_results_found = 'No results found for \u0022{0}\u0022';
|
|
|
|
window.T_N_results_found = '{1} results found for \u0022{0}\u0022';
|
2022-03-07 21:55:59 +00:00
|
|
|
// some further base stuff
|
|
|
|
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
|
2022-07-14 20:20:11 +00:00
|
|
|
window.variants && variants.init( [ 'relearn-light', 'relearn-dark', 'learn', 'neon', 'blue', 'green', 'red' ] );
|
2022-02-13 01:11:54 +00:00
|
|
|
</script>
|
2022-12-16 20:36:08 +00:00
|
|
|
<script src="./js/jquery.min.js?1671222960" defer></script>
|
2022-02-07 21:42:46 +00:00
|
|
|
<style>
|
|
|
|
p, li, ul {
|
|
|
|
text-align: center
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
</style>
|
2022-12-02 15:05:54 +00:00
|
|
|
<style>
|
|
|
|
#body img.bg-white {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
</style>
|
2022-02-07 21:42:46 +00:00
|
|
|
</head>
|
2022-11-15 06:35:08 +00:00
|
|
|
<body class="mobile-support" data-url="./404.html">
|
2022-03-13 13:16:08 +00:00
|
|
|
<div id="body" class="default-animation" style="margin-left:0px;">
|
2022-02-27 09:39:56 +00:00
|
|
|
<div id="sidebar-overlay"></div>
|
2022-06-06 21:58:37 +00:00
|
|
|
<main id="body-inner" class="chapter" tabindex="-1">
|
2022-02-28 00:20:19 +00:00
|
|
|
<div class="flex-block-wrapper">
|
2022-11-08 14:46:25 +00:00
|
|
|
<article class="default">
|
2022-11-13 21:34:47 +00:00
|
|
|
<h1 id="error">Error</h1>
|
2022-11-01 01:10:49 +00:00
|
|
|
<p></p>
|
|
|
|
<p>Woops. Looks like this page doesn't exist ¯\_(ツ)_/¯.</p>
|
|
|
|
<p></p>
|
2022-11-05 23:35:48 +00:00
|
|
|
<p><a href="./index.html">Go to homepage</a></p>
|
|
|
|
<p><img src="./images/gopher-404.jpg" style="width:50%" alt="Page not found!"></p>
|
2022-11-01 01:10:49 +00:00
|
|
|
</article>
|
2022-02-28 00:20:19 +00:00
|
|
|
</div>
|
2022-02-27 09:39:56 +00:00
|
|
|
</main>
|
2022-02-07 21:42:46 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|