all repos — hastysite @ 756b4e32b07d3003b56877a4be3efe31ce42543f

A high-performance static site generator.

site/templates/_head.mustache

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