Skip to content

Commit

Permalink
Add several missing meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Feb 29, 2024
1 parent e35abfd commit 985934b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/play/index.haml
@@ -1,4 +1,6 @@
- content_for :title, "Re-Volt America - Play"
- meta :title, "RVA - Play"
- meta :description, "Schedule and lobby announcements for Re-Volt America's online play sessions."

#play.container
.text-center
Expand Down
2 changes: 2 additions & 0 deletions app/views/repositories/show.haml
@@ -1,4 +1,6 @@
- content_for :title, "Re-Volt America - Repositories"
- meta :title, "RVA - Repositories"
- meta :description, "Re-Volt America's version control repositories for content packs and other software."

.container#repositories
.page-header
Expand Down
2 changes: 2 additions & 0 deletions app/views/rules/privacy.haml
@@ -1,4 +1,6 @@
- content_for :title, "Re-Volt America - Privacy"
- meta :title, "RVA - Privacy Policy"
- meta :description, "The privacy policy that applies in Re-Volt America's platform."

:markdown
## **#{t('privacy.title_html')}**
Expand Down
2 changes: 2 additions & 0 deletions app/views/rules/terms.haml
@@ -1,4 +1,6 @@
- content_for :title, "Re-Volt America - Terms"
- meta :title, "RVA - Terms of Service"
- meta :description, "The terms of service that apply in Re-Volt America's platform."

:markdown
## **#{t('terms.title_html')}**
Expand Down
2 changes: 2 additions & 0 deletions app/views/staff/index.haml
@@ -1,4 +1,6 @@
- content_for :title, "Re-Volt America - Staff"
- meta :title, "RVA - Staff"
- meta :description, "The people who help run Re-Volt America."

#staff
%h2
Expand Down
2 changes: 2 additions & 0 deletions app/views/stats/index.haml
@@ -1,4 +1,6 @@
- content_for :title, "Re-Volt America - Stats"
- meta :title, "RVA - Leaderboard"
- meta :description, "Global statistics leaderboard for Re-Volt America's online sessions."

%h1.mb-4
Global Stats
Expand Down

0 comments on commit 985934b

Please sign in to comment.