Skip to content

Commit

Permalink
embed css in html to avoid cache issues (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
purajit authored Jul 10, 2024
1 parent 0e708c9 commit 18502b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<head>
<title>purajit | {{ tab_title }}</title>
<link rel="stylesheet" href="/static/index.css">
<meta charset="utf-8"/>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico"/>
<style>
{% include 'index.css' %}
</style>
</head>
File renamed without changes.

0 comments on commit 18502b7

Please sign in to comment.