roundabout,
created on Monday, 29 July 2024, 10:14:39 (1722248079),
received on Wednesday, 31 July 2024, 06:54:52 (1722408892)
Author identity: vlad <vlad.muntoiu@gmail.com>
622329606c10dab552ff44d96d69b6311a40d23c
templates/repository/repo-forum-thread.html
@@ -4,6 +4,12 @@
{% block title %}
{% trans subject=parent.subject, username=username, repository=repository %}{{ subject }} in {{ username }}/{{ repository }}{% endtrans %}
{% endblock %}
{% block seo %}
{% if repo_data.visibility < 2 %}
<meta name="robots" content="noindex">
{% endif %}
<meta name="description" content="{{ parent.message | truncate(160) }}">
{% endblock %}
{% block content %}
<script src="/static/voting.js"></script>
<x-vbox style="--gap-box: 0;">