remove matrix.to in favor of matrix: URIs
This commit is contained in:
parent
ed56ad1054
commit
91ea0235c8
@ -37,8 +37,9 @@ theme = "contrast-hugo"
|
||||
endLevel = 6
|
||||
|
||||
[params]
|
||||
matrixAddress = "matrix:u/joel:thebeckmeyers.xyz"
|
||||
# footer text at the bottom of every page
|
||||
footerText = "Have any questions? Let me know on [Matrix](https://matrix.to/#/@joel:thebeckmeyers.xyz)!"
|
||||
footerText = "Have any questions? Let me know on [Matrix]({{<param matrixAddress>}})!"
|
||||
# enable the table of content on pages with more than this many words
|
||||
# (negative to disable)
|
||||
# (can be overridden per-page by setting the 'toc' front matter parameter)
|
||||
|
@ -7,4 +7,4 @@ menu:
|
||||
|
||||
# Welcome!
|
||||
|
||||
You can find me on [Matrix](https://matrix.to/#/@joel:thebeckmeyers.xyz).
|
||||
You can find me on [Matrix]({{<param matrixAddress>}}).
|
||||
|
@ -6,4 +6,4 @@ menu:
|
||||
---
|
||||
|
||||
Joel Beckmeyer\
|
||||
Matrix: [@joel:thebeckmeyers.xyz](https://matrix.to/#/@joel:thebeckmeyers.xyz)
|
||||
Matrix: [@joel:thebeckmeyers.xyz]({{<param matrixAddress>}})
|
||||
|
Loading…
Reference in New Issue
Block a user