tangled
alpha
login
or
join now
vielle.dev
/
core
forked from
tangled.org/core
0
fork
atom
Monorepo for Tangled — https://tangled.org
0
fork
atom
overview
issues
pulls
pipelines
Fix the manifest url
vielle.dev
5 months ago
40d165b5
da8717c4
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+4
-4
4 changed files
expand all
collapse all
unified
split
appview
pages
templates
layouts
base.html
user
completeSignup.html
login.html
signup.html
+1
-1
appview/pages/templates/layouts/base.html
···
15
15
<link rel="preconnect" href="https://camo.tangled.sh" />
16
16
17
17
<!-- pwa manifest -->
18
18
-
<link rel="manifest" href="/static/pwa-manifest.json" />
18
18
+
<link rel="manifest" href="/pwa-manifest.json" />
19
19
20
20
<!-- preload main font -->
21
21
<link rel="preload" href="/static/fonts/InterVariable.woff2" as="font" type="font/woff2" crossorigin />
+1
-1
appview/pages/templates/user/completeSignup.html
···
20
20
content="complete your signup for tangled"
21
21
/>
22
22
<script src="/static/htmx.min.js"></script>
23
23
-
<link rel="manifest" href="/static/pwa-manifest.json" />
23
23
+
<link rel="manifest" href="/pwa-manifest.json" />
24
24
<link
25
25
rel="stylesheet"
26
26
href="/static/tw.css?{{ cssContentHash }}"
+1
-1
appview/pages/templates/user/login.html
···
8
8
<meta property="og:url" content="https://tangled.org/login" />
9
9
<meta property="og:description" content="login to for tangled" />
10
10
<script src="/static/htmx.min.js"></script>
11
11
-
<link rel="manifest" href="/static/pwa-manifest.json" />
11
11
+
<link rel="manifest" href="/pwa-manifest.json" />
12
12
<link rel="stylesheet" href="/static/tw.css?{{ cssContentHash }}" type="text/css" />
13
13
<title>login · tangled</title>
14
14
</head>
+1
-1
appview/pages/templates/user/signup.html
···
8
8
<meta property="og:url" content="https://tangled.org/signup" />
9
9
<meta property="og:description" content="sign up for tangled" />
10
10
<script src="/static/htmx.min.js"></script>
11
11
-
<link rel="manifest" href="/static/pwa-manifest.json" />
11
11
+
<link rel="manifest" href="/pwa-manifest.json" />
12
12
<link rel="stylesheet" href="/static/tw.css?{{ cssContentHash }}" type="text/css" />
13
13
<title>sign up · tangled</title>
14
14