canvas funk

This commit is contained in:
Set Hallstrom 2019-05-18 18:44:47 +02:00
parent dc73c840e9
commit 5b1882b4b2
9 changed files with 160 additions and 23 deletions

View file

@ -2,6 +2,7 @@
<title>{{ page.title }} | {{ site.title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/assets/css/style.css" type="text/css" />
<link rel="stylesheet" href="/assets/css/fonts.css" type="text/css" />
<link rel="shortcut icon" href="{{ site.url }}{{ site.logo }}" type="image/png" />
<link rel="alternate" type="application/rss+xml" href="{{ site.url }}/rss.xml" />
<!-- Standard SEO -->
@ -55,3 +56,5 @@
<!-- Domain verification -->
<!-- Identity -->
<!-- END metahead.html -->
<script src="/assets/js/jquery-3.3.1.min.js"></script>
{% include canvasfunk.html %}