Fix minor issues
- fixed indentation - moved navbars and policy popup to "partials" - fixed broken image if website icon wasn't set
This commit is contained in:
8
partials/policy-popup.hbs
Normal file
8
partials/policy-popup.hbs
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="mind-policy-popup" id="mind-policy-popup">
|
||||
<h4>This website uses cookies.</h4>
|
||||
<p>We use cookies to ensure you the best experience.
|
||||
<br>
|
||||
By visiting our website, you agree with our <a href="/policy" target="_blank">Privacy Policy</a>.
|
||||
</p>
|
||||
<button onclick="agreePolicyPopup()">Ok, understood</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user