all repos — hastysite @ 88ac2a5aa0499ead1e0074e3f166559d94ac67e3

A high-performance static site generator.

site/templates/_head.mustache

 1
 2
 3
 4
 5
 6
 7
 8
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="{{description}}">
    <title>{{site}} - {{title}}</title>
    <link rel="stylesheet" href="/styles/hastyscribe.css">
    <link rel="stylesheet" href="/styles/luxbar.css">
  </head>