nothingworksright/nothingworksright.github.io

View on GitHub
_layouts/default.html

Summary

Maintainability
Test Coverage
<!doctype html>
<html lang="en-US">
  <head>
    <meta charset="utf-8">
    <title>{{ site.title }}</title>
    <link rel="stylesheet" href="style/style.css">
    <link rel="icon" href="{{ site.baseurl }}/img/favicon.svg?name=nothingworksright">
    <meta name="viewport" content="width=device-width, initial-scale=1">
  </head>
  <body>
    <div class="markdown-body">
      {{ content }}
    </div>
  </body>
</html>