<!DOCTYPE html>
<html lang="pir" class="js csstransforms3d">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="generator" content="Hugo 0.92.2" />
    <meta name="generator" content="Relearn 2.9.6">
    <meta name="description" content="Documentation for Hugo Relearn Theme">
    <meta name="author" content="Sören Weber">
    <title>404 Page not found :: Documentat&#39;n fer Cap&#39;n Hugo Relearrrn Theme</title>
    <link rel="icon" href="/hugo-theme-relearn/images/logo.svg?1644867288" type="image/svg+xml">
    <link href="/hugo-theme-relearn/css/nucleus.css?1644867288" rel="stylesheet">
    <link href="/hugo-theme-relearn/css/fontawesome-all.min.css?1644867288" rel="stylesheet">
    <link href="/hugo-theme-relearn/css/featherlight.min.css?1644867288" rel="stylesheet">
    <link href="/hugo-theme-relearn/css/perfect-scrollbar.min.css?1644867288" rel="stylesheet">
    <link href="/hugo-theme-relearn/css/auto-complete.css?1644867288" rel="stylesheet">
    <link href="/hugo-theme-relearn/css/theme.css?1644867288" rel="stylesheet">
    <link id="variant-style" href="/hugo-theme-relearn/css/theme-relearn-light.css?1644867288" rel="stylesheet">
    <link href="/hugo-theme-relearn/css/variant.css?1644867288" rel="stylesheet">
    <link href="/hugo-theme-relearn/css/print.css?1644867288" rel="stylesheet" media="print">
    <style>
    </style>
    <script>
      
      
      var theme = window.localStorage.getItem( 'theme' );
      changeTheme( theme );
      function getTheme(){
        var link = document.querySelector( '#variant-style' );
        if( !link ){
          return;
        }
        var path = link.getAttribute( 'href' );
        var theme = path.match(/^.*\/theme-(.*?)\.css.*$/)[ 1 ];
        return theme;
      }
      function markTheme( theme ){
        var select = document.querySelector( '#select-theme' );
        if( !select ){
          return;
        }
        select.value = theme;
      }
      function changeTheme( theme ){
        var themes = [ "relearn-light", "relearn-dark", "learn", "blue", "green", "red" ];
        if( !themes.find( function(e){ return e==theme; } ) ){
          theme = themes.length ? themes[ 0 ] : null;
        }
        if( !theme ){
          return;
        }
        var link = document.querySelector( '#variant-style' );
        if( !link ){
          return;
        }
        var old_path = link.getAttribute( 'href' );
        var new_path = old_path.replace( /^(.*\/theme-).*?(\.css.*)$/, '$1' + theme + '$2' );
        if( old_path != new_path ){
          window.localStorage.setItem( 'theme', theme );
          link.setAttribute( 'href', new_path );
          markTheme( theme );
          
          
          
          if( document.activeElement ){
            document.activeElement.blur();
          }
        }
      }
    </script>
    <script src="/hugo-theme-relearn/js/jquery.min.js?1644867288"></script>
    <style>
      p, li, ul {
        text-align: center
      }
      ul {
        list-style-type: none;
      }
    </style>
  </head>
  <body class="default-animation" data-url="/">
    <div id="body default-animation" style="margin-left:0px;">
      <div id="overlay"></div>
      <div id="chapter">
        <main id="body-inner">
          <h1>Errror</h1>
          <p></p>
          <p>Woops. Looks like this plank doesn&#39;t exist ¯\_(ツ)_/¯.</p>
          <p></p>
          <p><a href="/hugo-theme-relearn/pir/">Go t&#39; homeplank</a></p>
          <p><img src="/hugo-theme-relearn/images/gopher-404.jpg" style="width:50%" alt="Page not found!"></p>
        </main>
      </div>
    </div>
  </body>
</html>