diff options
author | Óscar Nájera <hello@oscarnajera.com> | 2018-07-08 18:27:48 +0200 |
---|---|---|
committer | Óscar Nájera <hello@oscarnajera.com> | 2018-07-08 18:27:48 +0200 |
commit | 383f0a2fe4f90c9231dc92e8fc34679c219f7009 (patch) | |
tree | 4dbad5a8300db96d19b59ef6fd171de376aeb25e /layouts/partials | |
download | hugo-minimalist-theme-383f0a2fe4f90c9231dc92e8fc34679c219f7009.tar.gz hugo-minimalist-theme-383f0a2fe4f90c9231dc92e8fc34679c219f7009.tar.bz2 hugo-minimalist-theme-383f0a2fe4f90c9231dc92e8fc34679c219f7009.zip |
Minimalist theme blog elements
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"/> |