mirror of https://github.com/zulip/zulip.git
portico: Fix title and description for /attribution.
This commit is contained in:
parent
73cfab8ba8
commit
87a295677e
|
@ -2,9 +2,12 @@
|
||||||
{% set entrypoint = "landing-page" %}
|
{% set entrypoint = "landing-page" %}
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
<title>Zulip: The best group chat for your business.</title>
|
<title>Zulip attributions</title>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% set OPEN_GRAPH_TITLE = 'Zulip website attributions' %}
|
||||||
|
{% set OPEN_GRAPH_DESCRIPTION = '' %}
|
||||||
|
|
||||||
{% block customhead %}
|
{% block customhead %}
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -17,7 +20,7 @@
|
||||||
<div class="hero empty-hero"></div>
|
<div class="hero empty-hero"></div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<div class="padded-content">
|
<div class="padded-content">
|
||||||
<h1>Attributions</h1>
|
<h1>Website attributions</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<b>On <a href="/for/business">/for/business</a> page:</b>
|
<b>On <a href="/for/business">/for/business</a> page:</b>
|
||||||
|
|
|
@ -174,7 +174,7 @@ class DocPageTest(ZulipTestCase):
|
||||||
self._test("/for/communities/", "Zulip for communities")
|
self._test("/for/communities/", "Zulip for communities")
|
||||||
self._test("/self-hosting/", "Self-host Zulip")
|
self._test("/self-hosting/", "Self-host Zulip")
|
||||||
self._test("/security/", "TLS encryption")
|
self._test("/security/", "TLS encryption")
|
||||||
self._test("/attribution/", "Attributions")
|
self._test("/attribution/", "Website attributions")
|
||||||
self._test("/devlogin/", "Normal users", landing_page=False)
|
self._test("/devlogin/", "Normal users", landing_page=False)
|
||||||
self._test("/devtools/", "Useful development URLs")
|
self._test("/devtools/", "Useful development URLs")
|
||||||
self._test("/errors/404/", "Page not found")
|
self._test("/errors/404/", "Page not found")
|
||||||
|
|
Loading…
Reference in New Issue