Skip to content

Commit bcc8055

Browse files
committed
More simple twitter description
1 parent a65b07a commit bcc8055

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

templates/base.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@
2828
<meta property="og:description" content="The on-line encyclopedia of databases systems from Carnegie Mellon University." />
2929
<meta property="og:image" content="{{ request.scheme }}://{{ request.get_host }}{% static 'core/images/dbdb_io_twitter.png' %}" />
3030
<meta name="twitter:title" content="Database of Databases" />
31-
{% if num_systems %}
32-
<meta name="twitter:description" content="Encyclopedia of {{ num_systems }} databases systems from Carnegie Mellon University. Curated by @andy_pavlo" />
33-
{% else %}
34-
<meta name="twitter:description" content="Encyclopedia of databases systems from Carnegie Mellon University. Curated by @andy_pavlo" />
35-
{% endif %}
36-
31+
<meta name="twitter:description" content="Encyclopedia of {% if num_systems %}{{ num_systems }} {% endif %}databases systems from Carnegie Mellon University. Curated by @andy_pavlo" />
3732
<meta name="twitter:image" content="{{ request.scheme }}://{{ request.get_host }}{% static 'core/images/dbdb_io_twitter.png' %}" />
3833
{% endblock %}
3934

0 commit comments

Comments
 (0)