Skip to content

Commit cf6cb30

Browse files
title, gtag
1 parent 5b39030 commit cf6cb30

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
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: Solution Patterns for Cloud Native Architectures
5+
title: Solution Patterns from Red Hat
66
url: https://redhat-solution-patterns.github.io/solution-patterns/
77
start_page: solution-pattern-camel-migration::index.adoc
8+
keys:
9+
google_analytics: 'G-5KTMPXHH4X'
810

911
content:
1012
sources:

supplemental-ui/partials/header-content.hbs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!-- Google tag (gtag.js) -->
2-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5KTMPXHH4X"></script>
3-
<script>
4-
window.dataLayer = window.dataLayer || [];
5-
function gtag(){dataLayer.push(arguments);}
6-
gtag('js', new Date());
7-
8-
gtag('config', 'G-5KTMPXHH4X');
9-
</script>
10-
111
<header class="header">
122
<nav class="navbar">
133
<div class="navbar-brand">

0 commit comments

Comments
 (0)