Skip to content

Commit

Permalink
Updating file 'docs/overrides/main.html' with otterdog.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildwebdeveloper-bot committed Sep 7, 2023
1 parent 2adc818 commit 5e92bcc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{% extends "base.html" %}

{% block site_meta %}
{{ super() }}
<!-- prevent caching -->
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
{% endblock %}

0 comments on commit 5e92bcc

Please sign in to comment.