Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Add meta description and keywords #208

Merged
merged 2 commits into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/argus_htmx/templates/htmx_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<html lang="en-US" data-theme="{{ theme }}">
<!-- argus/site/templates/base.html -->
<head>
<meta name="description"
content="Argus is a tool for aggregating events from multiple monitoring applications into a single, unified dashboard and notification system.">
<meta name="keywords"
content="monitoring, notifications, dashboard, events, incidents, alerts, alarms, monitoring systems, monitoring applications, monitoring tools, monitoring software">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
{% block title %}
Expand Down
Loading