Update URLs
This commit is contained in:
parent
987bd149b4
commit
5668ade167
@ -14,8 +14,6 @@ import (
|
|||||||
//go:embed badge-logo.txt
|
//go:embed badge-logo.txt
|
||||||
var logoData string
|
var logoData string
|
||||||
|
|
||||||
var _ http.HandlerFunc
|
|
||||||
|
|
||||||
func handleBadge() http.HandlerFunc {
|
func handleBadge() http.HandlerFunc {
|
||||||
return func(res http.ResponseWriter, req *http.Request) {
|
return func(res http.ResponseWriter, req *http.Request) {
|
||||||
repo := chi.URLParam(req, "repo")
|
repo := chi.URLParam(req, "repo")
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
<p class="subtitle">How do I add my own package to LURE?</p>
|
<p class="subtitle">How do I add my own package to LURE?</p>
|
||||||
<p>
|
<p>
|
||||||
LURE provides
|
LURE provides
|
||||||
<a href="https://github.com/Elara6331/lure/blob/master/docs/packages">
|
<a href="https://github.com/lure-sh/lure/blob/master/docs/packages">
|
||||||
comprehensive documentation
|
comprehensive documentation
|
||||||
</a> for packagers. If you need help with anything, feel free to ask on LURE's subreddit, which you
|
</a> for packagers. If you need help with anything, feel free to ask on LURE's subreddit, which you
|
||||||
can find in the footer of this site. If you find a bug or a missing feature, please open an issue
|
can find in the footer of this site. If you find a bug or a missing feature, please open an issue
|
||||||
|
@ -1,15 +1,20 @@
|
|||||||
<script>
|
<script>
|
||||||
import Icon from '@iconify/svelte';
|
import Icon from '@iconify/svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<br style="margin-top: 20px">
|
<br style="margin-top: 20px" />
|
||||||
<div class="hero is-dark is-small">
|
<div class="hero is-dark is-small">
|
||||||
<div class="hero-body has-text-centered">
|
<div class="hero-body has-text-centered">
|
||||||
<p>Copyright © {new Date().getFullYear()} LURE Web Contributors. Licensed under the <a class="has-text-link" href="https://www.gnu.org/licenses/agpl-3.0-standalone.html">AGPLv3</a>.</p>
|
<p>
|
||||||
<div class="is-size-4">
|
Copyright © {new Date().getFullYear()} LURE Web Contributors. Licensed under the
|
||||||
<a href="https://gitea.elara.ws/Elara6331/lure-web"><Icon icon="cib:gitea"/></a>
|
<a class="has-text-link" href="https://www.gnu.org/licenses/agpl-3.0-standalone.html">
|
||||||
<a href="https://github.com/Elara6331/lure-web"><Icon icon="mdi:github"/></a>
|
AGPLv3
|
||||||
<a href="https://reddit.com/r/linux_user_repository"><Icon icon="ic:round-reddit"/></a>
|
</a>.
|
||||||
</div>
|
</p>
|
||||||
</div>
|
<div class="is-size-4">
|
||||||
</div>
|
<a href="https://gitea.elara.ws/lure/lure-web"><Icon icon="cib:gitea" /></a>
|
||||||
|
<a href="https://github.com/lure-sh/lure-web"><Icon icon="mdi:github" /></a>
|
||||||
|
<a href="https://reddit.com/r/linux_user_repository"><Icon icon="ic:round-reddit" /></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user