AiDeveloper1 commited on
Commit
17a0495
·
verified ·
1 Parent(s): de3ad1c

Update templates/post.html

Browse files
Files changed (1) hide show
  1. templates/post.html +5 -0
templates/post.html CHANGED
@@ -1,6 +1,11 @@
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
 
 
 
 
 
4
  <meta charset="UTF-8">
5
  <title>Schedule RSS Posts</title>
6
  <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
  <head>
4
+ <script>
5
+ if (window.top !== window.self) {
6
+ window.top.location = window.location.href;
7
+ }
8
+ </script>
9
  <meta charset="UTF-8">
10
  <title>Schedule RSS Posts</title>
11
  <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">