diff --git a/client/template.js b/client/template.js
index 43e17b27d..c77f953ff 100644
--- a/client/template.js
+++ b/client/template.js
@@ -12,9 +12,9 @@ const template = async function(name, title='', props = {}){
-
+
-
+
${ogMetaTags}
diff --git a/shared/naturalcrit/codeEditor/codeEditor.jsx b/shared/naturalcrit/codeEditor/codeEditor.jsx
index 0a99570db..a5232a42b 100644
--- a/shared/naturalcrit/codeEditor/codeEditor.jsx
+++ b/shared/naturalcrit/codeEditor/codeEditor.jsx
@@ -436,7 +436,7 @@ const CodeEditor = createClass({
render : function(){
return <>
-
+
>;
}
diff --git a/shared/naturalcrit/nav/nav.jsx b/shared/naturalcrit/nav/nav.jsx
index 04b7037dd..beb3d9cc4 100644
--- a/shared/naturalcrit/nav/nav.jsx
+++ b/shared/naturalcrit/nav/nav.jsx
@@ -104,7 +104,7 @@ const Nav = {
});
return (
-
handleDropdown(true) : undefined }
onMouseLeave = { props.trigger.includes('hover') ? ()=>handleDropdown(false) : undefined }