Skip to content

Commit

Permalink
migrate from maxcdn for twemoji
Browse files Browse the repository at this point in the history
  • Loading branch information
ishefi committed Aug 4, 2024
1 parent b66a74a commit e6561d2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions static/twemoji.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/all_secrets.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link id="favicon" rel="icon" type="image/x-icon" href="{{ url_for('static', path='/favicon.ico') }}">
<link rel="stylesheet" href="{{ url_for('static', path='/styles.css?version=' + css_version) }}">
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
<script src=/static/twemoji.min.js" crossorigin="anonymous"></script>
<title>סודות</title>

<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<title>סמנטעל</title>
<link id="favicon" rel="icon" type="image/x-icon" href="{{ url_for('static', path='/favicon.ico') }}">
<link rel="stylesheet" href="{{ url_for('static', path='/styles.css?version=' + css_version) }}">
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
<script src="/static/twemoji.min.js" crossorigin="anonymous"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PP8J7V4T0X"></script>
Expand Down
2 changes: 1 addition & 1 deletion templates/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link id="favicon" rel="icon" type="image/x-icon" href="{{ url_for('static', path='/favicon.ico') }}">
<link rel="stylesheet" href="{{ url_for('static', path='/styles.css?version=' + css_version) }}">
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
<script src=/static/twemoji.min.js" crossorigin="anonymous"></script>
<title>תנאי פרטיות</title>

<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down
2 changes: 1 addition & 1 deletion templates/set_secret.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link id="favicon" rel="icon" type="image/x-icon" href="{{ url_for('static', path='/favicon.ico') }}">
<link rel="stylesheet" href="{{ url_for('static', path='/styles.css?version=' + css_version) }}">
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
<script src=/static/twemoji.min.js" crossorigin="anonymous"></script>
<title>בחר חידה</title>

<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down
2 changes: 1 addition & 1 deletion templates/statistics.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<title>סטטיסטיקות ונתונים</title>
<link id="favicon" rel="icon" type="image/x-icon" href="{{ url_for('static', path='/favicon.ico') }}">
<link rel="stylesheet" href="{{ url_for('static', path='/styles.css?version=' + css_version) }}">
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
<script src=/static/twemoji.min.js" crossorigin="anonymous"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PP8J7V4T0X"></script>
Expand Down
2 changes: 1 addition & 1 deletion templates/template.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<title>{{title}}</title>
<link id="favicon" rel="icon" type="image/x-icon" href="{{ url_for('static', path='/favicon.ico') }}">
<link rel="stylesheet" href="{{ url_for('static', path='/styles.css?version=' + css_version) }}">
<script src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js" crossorigin="anonymous"></script>
<script src=/static/twemoji.min.js" crossorigin="anonymous"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PP8J7V4T0X"></script>
Expand Down

0 comments on commit e6561d2

Please sign in to comment.