We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54688c commit d0033fcCopy full SHA for d0033fc
_layouts/base.html
@@ -5,6 +5,7 @@
5
<title>{% assign title_is_not_empty = page.seo.title | is_not_empty %}{% if title_is_not_empty %}{{ page.seo.title }}{% else %}{{ page.title | append: ' | ' | append: site.data.config.title }}{% endif %}</title>
6
<meta charset="utf-8">
7
<script data-ad-client="ca-pub-3119327652471615" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
8
+ <script type="text/javascript" src="https://cdn.ywxi.net/js/1.js" async></script>
9
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10
<meta name="google" content="notranslate" />
11
<meta name="description" content="{{ page.seo.description | default: '' }}" />
0 commit comments