fix image and link rendering

This commit is contained in:
ghostersk
2026-03-08 12:14:58 +00:00
parent ac43075d62
commit 948e111cc6
5 changed files with 90 additions and 40 deletions

View File

@@ -35,5 +35,5 @@
{{end}}
{{define "scripts"}}
<script src="/static/js/admin.js?v=15"></script>
<script src="/static/js/admin.js?v=16"></script>
{{end}}

View File

@@ -309,5 +309,5 @@
{{end}}
{{define "scripts"}}
<script src="/static/js/app.js?v=15"></script>
<script src="/static/js/app.js?v=16"></script>
{{end}}

View File

@@ -5,12 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{block "title" .}}GoWebMail{{end}}</title>
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/static/css/gowebmail.css?v=15">
<link rel="stylesheet" href="/static/css/gowebmail.css?v=16">
{{block "head_extra" .}}{{end}}
</head>
<body class="{{block "body_class" .}}{{end}}">
{{block "body" .}}{{end}}
<script src="/static/js/gowebmail.js?v=15"></script>
<script src="/static/js/gowebmail.js?v=16"></script>
{{block "scripts" .}}{{end}}
</body>
</html>