alpha
Login
or
Join now
dunkirk.sh
/
core
forked from
tangled.org/core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
align footer to bottom
author
Akshay
date
1 year ago
(Feb 26, 2025, 3:28 PM UTC)
commit
066e5de8
066e5de8d855540d85743c871437e144bd88f19d
parent
7134c882
7134c882e503a67c09ffaa305c5e8f071072d95d
+8
-16
3 changed files
Expand all
Collapse all
Unified
Split
appview
pages
templates
layouts
base.html
footer.html
repobase.html
+4
-4
appview/pages/templates/layouts/base.html
Reviewed
···
11
11
<link href="/static/tw.css" rel="stylesheet" type="text/css" />
12
12
<title>{{ block "title" . }}tangled{{ end }}</title>
13
13
</head>
14
14
-
<body class="bg-slate-100 min-h-screen flex flex-col justify-between">
15
15
-
<div class="container mx-auto px-1 pt-4">
14
14
+
<body class="bg-slate-100">
15
15
+
<div class="container mx-auto px-1 pt-4 min-h-screen flex flex-col">
16
16
<header>
17
17
{{ block "topbar" . }}
18
18
{{ template "layouts/topbar" . }}
19
19
{{ end }}
20
20
</header>
21
21
-
<main class="content">{{ block "content" . }}{{ end }}</main>
22
22
-
<footer class="mt-16 ">
21
21
+
<main class="content grow">{{ block "content" . }}{{ end }}</main>
22
22
+
<footer class="mt-16">
23
23
{{ block "footer" . }}
24
24
{{ template "layouts/footer" . }}
25
25
{{ end }}
+1
-1
appview/pages/templates/layouts/footer.html
Reviewed
···
1
1
{{ define "layouts/footer" }}
2
2
<div class="w-full p-4 bg-white rounded-t">
3
3
<div class="container mx-auto text-center text-gray-600 text-sm">
4
4
-
tangled
4
4
+
tangled.sh — made by <a href="/@oppili.bsky.social">@oppili.bsky.social</a> and <a href="/@@icyphox.sh">@icyphox.sh</a>
5
5
</div>
6
6
</div>
7
7
{{ end }}
+3
-11
appview/pages/templates/layouts/repobase.html
Reviewed
···
2
2
3
3
{{ define "content" }}
4
4
<section id="repo-header" class="mb-4 p-2">
5
5
-
<p class="text-xl">
6
6
-
<a
7
7
-
href="/{{ .RepoInfo.OwnerWithAt }}"
8
8
-
class="no-underline hover:underline"
9
9
-
>{{ .RepoInfo.OwnerWithAt }}</a
10
10
-
>
5
5
+
<p class="text-lg font-bold">
6
6
+
<a href="/{{ .RepoInfo.OwnerWithAt }}">{{ .RepoInfo.OwnerWithAt }}</a>
11
7
<span class="select-none">/</span>
12
12
-
<a
13
13
-
href="/{{ .RepoInfo.FullName }}"
14
14
-
class="no-underline hover:underline"
15
15
-
>{{ .RepoInfo.Name }}</a
16
16
-
>
8
8
+
<a href="/{{ .RepoInfo.FullName }}">{{ .RepoInfo.Name }}</a>
17
9
</p>
18
10
<span>
19
11
{{ if .RepoInfo.Description }}