Add a few missing meta description tags.

This commit is contained in:
Pēteris Caune 2020-07-08 16:10:30 +03:00
parent 3f44eac485
commit 911293e1d2
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
4 changed files with 14 additions and 0 deletions

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">

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">

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">

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">