Skip to content

Commit 87b2336

Browse files
fix(html): fixed desciption and scripts in head
1 parent 935c217 commit 87b2336

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ title: Techno Tim # the main title
2020
tagline: Video documentation for all your copy pasta needs! # it will display as the sub-title
2121

2222
description: >- # used by seo meta and the atom feed
23-
Documentation for Techno Tim YouTube videos
24-
for all your copy pasta needs!
23+
Documentation for Techno Tim YouTube videos for all your copy pasta needs!
2524
2625
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
2726
url: 'https://techno-tim.github.io'

_includes/head.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
<meta name="robots" content="all" />
78
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
89
<meta name="google-site-verification" content="NqibrxbTQ3FPfyJuuSPcSi39c5Qiqf57zoBYqWxd2dg" />
910
{% if page.layout == 'home' or page.layout == 'post' %}
@@ -76,6 +77,8 @@
7677
<script defer
7778
src="https://cdn.jsdelivr.net/combine/npm/[email protected],npm/bootstrap@4/dist/js/bootstrap.min.js"></script>
7879

80+
<script async
81+
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1872619258207885"crossorigin="anonymous"></script>
7982
{% include js-selector.html %}
8083

8184
</head>

0 commit comments

Comments
 (0)