mirror of
https://github.com/veeso/termscp.git
synced 2026-07-22 23:57:22 +02:00
ci: remove pages workflow, fix release version-bump for astro site
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import { DOCS_URL, GITHUB_URL } from "../consts";
|
||||
import { DOCS_URL, GITHUB_URL, VERSION } from "../consts";
|
||||
const year = new Date().getFullYear();
|
||||
---
|
||||
<footer class="mt-auto border-t border-line bg-mantle">
|
||||
@@ -9,6 +9,6 @@ const year = new Date().getFullYear();
|
||||
<a href="https://crates.io/crates/termscp" class="hover:text-text">crates.io</a>
|
||||
<a href={DOCS_URL} class="hover:text-text">User manual</a>
|
||||
</div>
|
||||
<p>© {year} Christian Visintin · Released under the MIT license.</p>
|
||||
<p>termscp v{VERSION} · © {year} Christian Visintin · Released under the MIT license.</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
export const DOCS_URL = "https://docs.termscp.rs";
|
||||
export const GITHUB_URL = "https://github.com/veeso/termscp";
|
||||
export const VERSION = "1.0.0";
|
||||
|
||||
Reference in New Issue
Block a user