Skip to content

Commit

Permalink
fix default layout
Browse files Browse the repository at this point in the history
  • Loading branch information
GoulartNogueira committed Sep 26, 2021
1 parent 9fcc62d commit 53be0b4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
18 changes: 10 additions & 8 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GT9SGNE9P7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GT9SGNE9P7');
</script>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GT9SGNE9P7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GT9SGNE9P7');
</script>
</head>
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</a> -->

<!-- This section manages the navigation bar-->
<a href="{{ site.github.url | prepend: site.baseurl}}/" title="Home">Home</a>
<a href="{{ site.github.url}}/" title="BadUI">Bad UI</a>
</div>
<!--Optionally add the name of the site in the top right -->
<!-- <div class="forceright">
Expand Down
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html>
{% include head.html %}

<body>
{% include header.html %}
{{ content }}
</body>

</html>

0 comments on commit 53be0b4

Please sign in to comment.