File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/site/_includes/layouts Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ ogimage: "/img/og/default-og-image.png"
99 <head >
1010 <meta charset =" utf-8" >
1111 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
12+ <link rel =" stylesheet" href =" /css/styles.css" >
13+ {%- for url in stylesheets %}
14+ <link rel =" stylesheet" href =" {{ url }}" >
15+ {%- endfor %}
16+ <title >{{ title }} | Jamstack</title >
17+ <meta name =" description" content =" {{ description }}" >
1218 <!-- Google tag (gtag.js) -->
1319 <script async src =" https://www.googletagmanager.com/gtag/js?id=G-X2FMMZSSS9" ></script >
1420 <script >
@@ -17,12 +23,6 @@ ogimage: "/img/og/default-og-image.png"
1723 gtag (' js' , new Date ());
1824 gtag (' config' , ' G-X2FMMZSSS9' );
1925 </script >
20- <link rel =" stylesheet" href =" /css/styles.css" >
21- {%- for url in stylesheets %}
22- <link rel =" stylesheet" href =" {{ url }}" >
23- {%- endfor %}
24- <title >{{ title }} | Jamstack</title >
25- <meta name =" description" content =" {{ description }}" >
2626 <link rel =" apple-touch-icon" sizes =" 180x180" href =" /img/favicons/apple-touch-icon.png" >
2727 <link rel =" icon" type =" image/png" sizes =" 32x32" href =" /img/favicons/favicon-32x32.png" >
2828 <link rel =" icon" type =" image/png" sizes =" 16x16" href =" /img/favicons/favicon-16x16.png" >
You can’t perform that action at this time.
0 commit comments