From 135ae9d5801953bc8b98ee91c7082fda75abd638 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 11 Nov 2020 16:31:14 -0800 Subject: feat: add google analytics tag --- templates/layout.ejs | 228 ++++++++++++++++++++++++++------------------------- 1 file changed, 118 insertions(+), 110 deletions(-) diff --git a/templates/layout.ejs b/templates/layout.ejs index fda9694..72912d8 100644 --- a/templates/layout.ejs +++ b/templates/layout.ejs @@ -1,128 +1,136 @@ + + + <%= title %> + - - - <%= title %> - + + + + + + - - - - - - + <% if (typeof isEditor !== "undefined" && isEditor) { %> + + <% } %> - <% if (typeof isEditor !== "undefined" && isEditor) { %> - - <% } %> + + + + - - - - + + + + - - - - + + + + + - - - - - - + + + + - <%- body %> + +
+
+ + fuwn, a naritive through my struggles + + home + + more +
- <% if (typeof isEditor !== "undefined" && isEditor) { %> -
- - - - - - - + <%- body %> - - - - - - - - - - - - -
- - -
- - - - - -
- - - - - -
- -
- -
- -
-
+ <% if (typeof isEditor !== "undefined" && isEditor) { %> +
+ + + + + + + - - - - <% } %> - + + + + + + + + + + + + +
+ + +
+ + + + + +
+ + + + + +
+ +
+ +
+ +
+
- - - - + + + + <% } %> +
- <% if (typeof isEditor !== "undefined" && isEditor) { %> - - - - - <% } %> + + + + - - + <% if (typeof isEditor !== "undefined" && isEditor) { %> + + + + + <% } %> + + -- cgit v1.2.3