diff options
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..c35336d --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,2 @@ +<meta name="viewport" content="width=device-width, initial-scale=1"> +<link rel="stylesheet" href="https://unpkg.com/tachyons@4.10.0/css/tachyons.min.css"/> |