aboutsummaryrefslogtreecommitdiff
path: root/src/templates/layout.html.erb
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-21 22:35:19 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-21 22:35:19 +0200
commit42029f2e0a461b9431b8ba42c914b268fe857543 (patch)
treee01b277a77d8fc4537a574dd971033ac8fd1d41e /src/templates/layout.html.erb
parent4a985b7cd28515a64724df53f8f13c395a1aa0ca (diff)
downloadjo.mssola.com-42029f2e0a461b9431b8ba42c914b268fe857543.tar.gz
jo.mssola.com-42029f2e0a461b9431b8ba42c914b268fe857543.zip
Add references to my personal git server
Moreover, point to this instance instead of Github for the source code of the project. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src/templates/layout.html.erb')
-rw-r--r--src/templates/layout.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/layout.html.erb b/src/templates/layout.html.erb
index 8070fa9..6e5a279 100644
--- a/src/templates/layout.html.erb
+++ b/src/templates/layout.html.erb
@@ -58,9 +58,9 @@
<footer>
<% if current_lang == 'ca' %>
- Aquesta pàgina és Programari Lliure i està sota la llicència <a href="<%= url_for('license.html') %>">AGPLv3</a> (<a href="https://github.com/mssola/jo.mssola.com">codi font</a>).
+ Aquesta pàgina és Programari Lliure i està sota la llicència <a href="<%= url_for('license.html') %>">AGPLv3</a> (<a href="https://git.mssola.com/misc/jo.mssola.com">codi font</a>).
<% else %>
- This site is free software and it's under the <a href="<%= url_for('en/license.html') %>">AGPLv3</a> license (<a href="https://github.com/mssola/jo.mssola.com">source code</a>).
+ This site is free software and it's under the <a href="<%= url_for('en/license.html') %>">AGPLv3</a> license (<a href="https://git.mssola.com/misc/jo.mssola.com">source code</a>).
<% end %>
</footer>
</body>