~edwargix/git.sr.ht

44ed1e68e2818db47aec4486b9193521ee3121c4 — Drew DeVault 3 years ago 84260d3
Remove site name from dashboard blurb
1 files changed, 2 insertions(+), 3 deletions(-)

M gitsrht/templates/dashboard.html
M gitsrht/templates/dashboard.html => gitsrht/templates/dashboard.html +2 -3
@@ 1,7 1,6 @@
{% extends "bases/scmdashboard.html" %}
{% block welcome_user %}
  Welcome back, {{ current_user.username }}! This is your
  {{cfg("sr.ht", "site-name")}} git hosting service. Documentation
  for its use is
  Welcome back, {{ current_user.username }}! This is your git hosting service.
  Documentation for its use is
  <a href="https://man.sr.ht/git.sr.ht">available here</a>.
{% endblock %}