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
Raw Normal View History

2016-02-19 16:17:59 -05:00
<head>
<meta charset="utf-8" />
<title>{{title}}</title>
2016-02-24 14:09:22 -05:00
<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" />
2016-02-19 16:17:59 -05:00
</head>