Skip to content

Commit

Permalink
fix: place headers at the top of main.html
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Mar 26, 2024
1 parent fc689bc commit 29c6521
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
{% extends "base.html" %}

{% block libs %}
{{ super() }}
{% include "partials/libs.html" ignore missing %}
{% block extrahead %}
{{ super() }}
<script src="https://cdn.logr-ingest.com/LogRocket.min.js" crossorigin="anonymous" async></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2492369509427475" crossorigin="anonymous"></script>
{% endblock %}

{% block announce %}{% include "announce.html" ignore missing %}{% endblock %}

{% block scripts %}
{{ super() }}
{% endblock %}

{% block extrahead %}
{{ super() }}
<script src="https://cdn.logr-ingest.com/LogRocket.min.js" crossorigin="anonymous" async></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2492369509427475" crossorigin="anonymous"></script>
{% endblock %}

0 comments on commit 29c6521

Please sign in to comment.