fix: mastodon link with @
This commit is contained in:
parent
df71eacff8
commit
8251b7f258
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ clone:
|
||||||
submodule_override:
|
submodule_override:
|
||||||
public: https://codeberg.org/wrenix/pages.git
|
public: https://codeberg.org/wrenix/pages.git
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
'build: page':
|
'build: page':
|
||||||
image: "ghcr.io/getzola/zola:v0.17.2"
|
image: "ghcr.io/getzola/zola:v0.17.2"
|
||||||
when:
|
when:
|
||||||
|
|
|
@ -60,7 +60,7 @@ newtab=true
|
||||||
|
|
||||||
[[extra.menu_items]]
|
[[extra.menu_items]]
|
||||||
name="mastodon"
|
name="mastodon"
|
||||||
url="https://chaos.social/wrenix"
|
url="https://chaos.social/@wrenix"
|
||||||
newtab=true
|
newtab=true
|
||||||
|
|
||||||
[[extra.menu_items]]
|
[[extra.menu_items]]
|
||||||
|
|
2
public
2
public
|
@ -1 +1 @@
|
||||||
Subproject commit bb3b8c1199183fcc5e6a1430faebda1b4518b939
|
Subproject commit 33c8f3bcbeab8d86b30545a51e24a5911c92d02d
|
Loading…
Add table
Reference in a new issue