Skip to content

Commit a46fe69

Browse files
title, gtag
1 parent 91abd0f commit a46fe69

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

site.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ runtime:
22
cache_dir: ./.cache/antora
33

44
site:
5-
title: Manage and Secure APIs with an API First Approach
5+
title: Solution Patterns from Red Hat
66
url: https://redhat-solution-patterns.github.io/solution-patterns/
77
start_page: api-first::index.adoc
8+
keys:
9+
google_analytics: 'G-9TW8CJFT3N'
810

911
content:
1012
sources:

supplemental-ui/partials/header-content.hbs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
<!-- Google tag (gtag.js) -->
2-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9TW8CJFT3N"></script>
3-
<script>
4-
window.dataLayer = window.dataLayer || [];
5-
function gtag(){dataLayer.push(arguments);}
6-
gtag('js', new Date());
7-
8-
gtag('config', 'G-9TW8CJFT3N');
9-
</script>
10-
<!-- Google tag (gtag.js) -->
11-
121
<header class="header">
132
<script type="text/javascript">
143
document.addEventListener('DOMContentLoaded', function () {

0 commit comments

Comments
 (0)