Browse Source

Add a few missing meta description tags.

pull/399/head
Pēteris Caune 4 years ago
parent
commit
911293e1d2
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
4 changed files with 14 additions and 0 deletions
  1. +3
    -0
      templates/integrations/add_pdc.html
  2. +4
    -0
      templates/integrations/add_pushover_help.html
  3. +4
    -0
      templates/integrations/add_slack_btn.html
  4. +3
    -0
      templates/integrations/add_telegram.html

+ 3
- 0
templates/integrations/add_pdc.html View File

@ -3,6 +3,9 @@
{% block title %}PagerDuty Integration for {% site_name %}{% endblock %}
{% block description %}
<meta name="description" content="Use {% site_name %} with PagerDuty: configure {% site_name %} to create a PagerDuty incident when a check goes down, and resolve it when a check goes back up.">
{% endblock %}
{% block content %}
<div class="row">


+ 4
- 0
templates/integrations/add_pushover_help.html View File

@ -3,6 +3,10 @@
{% block title %}Pushover Integration for {% site_name %}{% endblock %}
{% block description %}
<meta name="description" content="Use {% site_name %} with Pushover: configure {% site_name %} to send Pushover notifications when a checks go up or down.">
{% endblock %}
{% block content %}
<div class="row">
<div class="col-sm-12">


+ 4
- 0
templates/integrations/add_slack_btn.html View File

@ -3,6 +3,10 @@
{% block title %}Slack Integration for {% site_name %}{% endblock %}
{% block description %}
<meta name="description" content="Use {% site_name %} with Slack: configure {% site_name %} to post status updates directly to a Slack channel.">
{% endblock %}
{% block content %}
<div class="row">
<div class="col-sm-12">


+ 3
- 0
templates/integrations/add_telegram.html View File

@ -3,6 +3,9 @@
{% block title %}Telegram Integration for {% site_name %}{% endblock %}
{% block description %}
<meta name="description" content="Use {% site_name %} with Telegram: configure {% site_name %} to post status updates to a Telegram chat or user.">
{% endblock %}
{% block content %}
<div class="row">


Loading…
Cancel
Save