From ffc0d11bbbb4359fd86abc3f09755f6b40cb1c44 Mon Sep 17 00:00:00 2001 From: Stephen Simpson Date: Thu, 4 Dec 2025 12:01:57 -0600 Subject: [PATCH] CUSP-1339 -- Remove TM Signed-off-by: Stephen Simpson --- templates/base.html | 2 +- templates/root.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/base.html b/templates/base.html index 56bd1fb..6149414 100644 --- a/templates/base.html +++ b/templates/base.html @@ -255,7 +255,7 @@ Search by Fuse.js

- Rocky Linux™ is a trademark of the Rocky Enterprise Software Foundation. + Rocky Linux is a trademark of the Rocky Enterprise Software Foundation.

diff --git a/templates/root.html b/templates/root.html index 29e277a..e8880ee 100644 --- a/templates/root.html +++ b/templates/root.html @@ -1,7 +1,7 @@ {% extends "base.html" %} -{% block header_title %}Rocky Linux™ Man Pages{% endblock %} -{% block header_subtitle %}Man page documentation for Rocky Linux™ packages{% endblock %} +{% block header_title %}Rocky Linux Man Pages{% endblock %} +{% block header_subtitle %}Man page documentation for Rocky Linux packages{% endblock %} {% block extra_css %} .logo-container { @@ -128,7 +128,7 @@

- Man page documentation for packages in the Rocky Linux™ BaseOS and AppStream repositories. + Man page documentation for packages in the Rocky Linux BaseOS and AppStream repositories.

@@ -138,7 +138,7 @@ {% for version in versions %}
{{ version }}
-
Rocky Linux™
+
Rocky Linux
Browse man pages →
{% endfor %}