Skip to content

Commit

Permalink
refactor: add title
Browse files Browse the repository at this point in the history
  • Loading branch information
reyvababtista committed Sep 5, 2022
1 parent 8ba8843 commit 245d259
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

<div class="wrapper">

<!-- <h2 class="footer-heading">{{ site.title | escape }}</h2>-->

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
Expand Down
9 changes: 5 additions & 4 deletions _includes/google-analytics.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YGXBT00Y16"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-YGXBT00Y16');
gtag('config', 'G-YGXBT00Y16');
</script>
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ site.title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Working my way to be a Computer Scientist." />
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
Expand Down

0 comments on commit 245d259

Please sign in to comment.