From c8e757f0be65b58e89e6bef12d58a97471573d0b Mon Sep 17 00:00:00 2001 From: Brandon Ly Date: Thu, 20 Apr 2023 13:24:24 -0500 Subject: [PATCH] [DOP-3655]: Add GA script to redoc HTML (#40) --- cli/template.hbs | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/cli/template.hbs b/cli/template.hbs index b3d1cfb0..47cc042f 100644 --- a/cli/template.hbs +++ b/cli/template.hbs @@ -1,24 +1,27 @@ - + - - - {{title}} - - - - {{{redocHead}}} - {{#unless disableGoogleFont}}{{/unless}} - - + + + {{title}} + + + + {{{redocHead}}} + {{#unless disableGoogleFont}}{{/unless}} + + - - {{{redocHTML}}} - + + + + {{{redocHTML}}} + \ No newline at end of file