Sha256: e6cb4904ba52aa5718e0355ba552a71bd4851c1e883061e83cb8b8102aef163c
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> {%- seo -%} <link rel="stylesheet" href="{{ '/assets/css/daisyui.min.css' | relative_url }}"> <link rel="stylesheet" href="{{ '/assets/css/flowbite.min.css' | relative_url }}"> <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}"> {%- feed_meta -%} {%- if jekyll.environment == 'production' and site.google_analytics -%} {%- include google-analytics.html -%} {%- endif -%} {%- include custom-head.html -%} <script src="{{ '/assets/js/tailwindcss.min.js' | relative_url }}"></script> <script src="{{ '/assets/js/flowbite.min.js' | relative_url }}"></script> <script> tailwind.config = { theme: { extend: { colors: { clifford: '#da373d', } }, fontFamily:{ 'playfair': ['Playfair Display'], } }, daisyui: { themes: ["light", "dark", "cupcake"], }, } </script> </head>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
artistic-0.4.0 | _includes/head.html |