mirror of
https://github.com/multipleof4/.gitea.git
synced 2026-01-13 14:37:54 +00:00
Debug: Display AssetUrlPrefix on homepage
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
</div>
|
||||
<h1 class="renox-title">Planet Renox</h1>
|
||||
<p class="renox-subtitle">A refined sanctuary for your source code.</p>
|
||||
<p style="color: #e74c3c; font-family: monospace;">Debug - AssetUrlPrefix: {{AssetUrlPrefix}}</p>
|
||||
<div class="renox-actions">
|
||||
{{if .IsSigned}}
|
||||
<a class="ui primary button" href="{{AppSubUrl}}/explore/repos">{{ctx.Locale.Tr "explore"}}</a>
|
||||
@@ -46,7 +47,7 @@
|
||||
.renox-subtitle {
|
||||
font-size: 1.25rem;
|
||||
color: #6a737d;
|
||||
margin-bottom: 2.5rem;
|
||||
margin-bottom: 1rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user