This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
ProgBlog/app/views/partials/blog/head.stache

7 lines
339 B
Plaintext

<head>
<meta charset="utf-8" />
<title>{{title}}</title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/styles/{{theme}}.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Slabo+27px|PT+Serif|Anonymous+Pro" />
<link rel="stylesheet" href="/assets/css/blog.css" />
</head>