Skip to content
Commits on Source (3)
......@@ -9,7 +9,7 @@ layout: new/default
{% unless page.published %}
<div class="col-12 alert alert-warning" role="alert">
<strong>This is an unpublished draft report.</strong>
<a href="https://salsa.debian.org/reproducible-builds/reproducible-website.git/tree/_reports/{{ page.year }}{{ page.month }}.md">(source)</a>
<a href="https://salsa.debian.org/reproducible-builds/reproducible-website/blob/master/_reports/{{ page.year }}-{{ page.month }}.md">(source)</a>
</div>
{% endunless %}
......
This diff is collapsed.
......@@ -28,6 +28,7 @@ main {
@media (min-width: 750px) {
.blog-post-content {
max-width: 750px;
text-align: justify;
}
}
}