Fix links to my git page
All checks were successful
Deploy to Web Server / deploy (push) Successful in 3m47s
All checks were successful
Deploy to Web Server / deploy (push) Successful in 3m47s
This commit is contained in:
parent
fbcb222a60
commit
afa4f5489a
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ Hash: SHA512
|
||||||
|
|
||||||
Email: hello@aria.coffee
|
Email: hello@aria.coffee
|
||||||
Website: aria.coffee
|
Website: aria.coffee
|
||||||
Main Git: https://git.aria.coffee/BuyMyAria
|
Main Git: https://git.aria.coffee/aria
|
||||||
Backup Git(GitHub): https://github.com/BuyMyMojo
|
Backup Git(GitHub): https://github.com/BuyMyMojo
|
||||||
Alt Git: https://git.witchcraft.systems/Aria
|
Alt Git: https://git.witchcraft.systems/Aria
|
||||||
|
|
||||||
|
|
|
@ -239,7 +239,7 @@ Hash: SHA512
|
||||||
|
|
||||||
Email: hello@aria.coffee
|
Email: hello@aria.coffee
|
||||||
Website: aria.coffee
|
Website: aria.coffee
|
||||||
Main Git: https://git.aria.coffee/BuyMyAria
|
Main Git: https://git.aria.coffee/aria
|
||||||
Backup Git(GitHub): https://github.com/BuyMyMojo
|
Backup Git(GitHub): https://github.com/BuyMyMojo
|
||||||
Alt Git: https://git.witchcraft.systems/Aria
|
Alt Git: https://git.witchcraft.systems/Aria
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ const buttonFormat = "gif";
|
||||||
import { Icon } from "astro-icon/components";
|
import { Icon } from "astro-icon/components";
|
||||||
import { execSync } from "node:child_process";
|
import { execSync } from "node:child_process";
|
||||||
|
|
||||||
const commitURL = `https://git.aria.coffee/BuyMyAria/aria.coffee/commit/${execSync(`git log -1 --pretty="format:%H"`)}`;
|
const commitURL = `https://git.aria.coffee/aria/aria.coffee/commit/${execSync(`git log -1 --pretty="format:%H"`)}`;
|
||||||
const COMMIT = `<a href=${commitURL} target="_blank">${execSync(`git log -1 --pretty="format:%h"`)}</a>`;
|
const COMMIT = `<a href=${commitURL} target="_blank">${execSync(`git log -1 --pretty="format:%h"`)}</a>`;
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ const COMMIT = `<a href=${commitURL} target="_blank">${execSync(`git log -1 --pr
|
||||||
> <Icon name="mdi:rss" class={"svg-inline"}/>RSS Feed</a
|
> <Icon name="mdi:rss" class={"svg-inline"}/>RSS Feed</a
|
||||||
> | <span class="tooltip"><a href="/special_blog"
|
> | <span class="tooltip"><a href="/special_blog"
|
||||||
> <Icon name="mdi:rss" class={"svg-inline"}/>blog for robots!</a
|
> <Icon name="mdi:rss" class={"svg-inline"}/>blog for robots!</a
|
||||||
> <span class="tooltiptext"><nobr>AI Honeypot~</nobr></span></span> | <a href="https://git.aria.coffee/BuyMyAria/aria.coffee/actions?workflow=deploy.yaml" target="_blank"><img src="https://git.aria.coffee/BuyMyAria/aria.coffee/badges/workflows/deploy.yaml/badge.svg" width="130px" height="23" style="display: inline-block;" /></a>
|
> <span class="tooltiptext"><nobr>AI Honeypot~</nobr></span></span> | <a href="https://git.aria.coffee/aria/aria.coffee/actions?workflow=deploy.yaml" target="_blank"><img src="https://git.aria.coffee/aria/aria.coffee/badges/workflows/deploy.yaml/badge.svg" width="130px" height="23" style="display: inline-block;" /></a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue