_includes/head/index.html in word-games-theme-2.0.2 vs _includes/head/index.html in word-games-theme-2.0.3

- old
+ new

@@ -14,16 +14,21 @@ <link rel="canonical" href="{{site.url | append: page.url}}"> {%- if site.keyboard -%} <meta name="keywords" content="{{site.keyboard}}" /> {%- endif -%} + + {%- if site.versioning -%} + {%- if site.removeBootstrapIcons != true -%} - <link rel="stylesheet" href="/assets/css/bootstrap-icons.css" /> + <link rel="stylesheet" + href="{{ site.baseurl }}/{% ministamp assets/css/bootstrap-icons.css assets/css/bootstrap-icons.css %}"> {%- endif -%} - <link rel="stylesheet" href="/assets/css/bootstrap.min.css"> + <link rel="stylesheet" + href="{{ site.baseurl }}/{% ministamp assets/css/bootstrap.min.css assets/css/bootstrap.min.css %}"> <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/style.css assets/css/style.css %}"> {%- if page.layout == "autogencontent"-%} <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/content.css assets/css/content.css %}"> @@ -35,10 +40,47 @@ {%- if page.layout == 'xyzpages' -%} <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/wordGroup.css assets/css/wordGroup.css %}"> {%- endif -%} + {%- if site.show_allow_ad_blocker_pop -%} + <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/adBlocker.css assets/css/adBlocker.css %}"> + {%- endif -%} + + {%- else -%} + + {%- if site.removeBootstrapIcons != + true -%} + <link rel="stylesheet" + href="/assets/css/bootstrap-icons.css"> + {%- endif -%} + + <link rel="stylesheet" + href="/assets/css/bootstrap.min.css"> + + <link rel="stylesheet" href="/assets/css/style.css"> + + {%- if page.layout == "autogencontent"-%} + <link rel="stylesheet" href="/assets/css/content.css"> + {%- endif -%} + + {%- if page.layout == 'page' or page.layout == 'page2' -%} + <link rel="stylesheet" href="/assets/css/wordGroup.css"> + {%- endif -%} + + {%- if page.layout == 'xyzpages' -%} + <link rel="stylesheet" href="/assets/css/wordGroup.css"> + {%- endif -%} + + {%- if site.show_allow_ad_blocker_pop -%} + <link rel="stylesheet" href="/assets/css/adBlocker.css"> + {%- endif -%} + {%- endif -%} + + + {% include cssfile/links.html %} + {%- if page.wordle == 'solver' -%} <style> .trywordle { color: #fff; background-color: #404040; @@ -50,16 +92,10 @@ color: #fff !important; } </style> {%- endif -%} - {%- if site.show_allow_ad_blocker_pop -%} - <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/adBlocker.css assets/css/adBlocker.css %}"> - {%- endif -%} - <link rel="manifest" href="/manifest.json"> - - {% include cssfile/links.html %} <title> {%- unless page.layout == "home" -%} {{dataToShow.title }} {%- endunless -%} \ No newline at end of file