Updated file input, Updated heading spacing globally, Fixed lscom downloads, Updated contact info
Update .gitignore, home.yml, and 13 more files...
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "projects/_project.jinja" %}
|
||||
|
||||
{% block project_content %}
|
||||
<section>
|
||||
<section class="mt-l mt-0-if-first">
|
||||
{{ render_h2(l10n("intro.title", project_id, user_lang)) }}
|
||||
<div class="content-spacer">
|
||||
{{ render_paragraph(l10n("intro.1", project_id, user_lang)) }}
|
||||
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="mt-l mt-0-if-first">
|
||||
{{ render_h2(l10n("preamble.title", project_id, user_lang)) }}
|
||||
<div class="content-spacer">
|
||||
{{ render_paragraph(l10n("preamble.1", project_id, user_lang)) }}
|
||||
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="mt-l mt-0-if-first">
|
||||
{{ render_h2(l10n("setup.title", project_id, user_lang)) }}
|
||||
<div class="content-spacer">
|
||||
{{ render_paragraph(l10n("setup.1", project_id, user_lang)) }}
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="mt-l mt-0-if-first">
|
||||
{{ render_h3(l10n("setup.camera.title", project_id, user_lang)) }}
|
||||
<div class="content-spacer">
|
||||
{{ render_paragraph(l10n("setup.camera.1", project_id, user_lang)) }}
|
||||
@@ -51,7 +51,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="mt-l mt-0-if-first">
|
||||
{{ render_h3(l10n("setup.cleaner.title", project_id, user_lang)) }}
|
||||
<div class="content-spacer">
|
||||
{{ render_paragraph(l10n("setup.cleaner.1", project_id, user_lang)) }}
|
||||
@@ -77,7 +77,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="mt-l mt-0-if-first">
|
||||
{{ render_h3(l10n("setup.web.title", project_id, user_lang)) }}
|
||||
<div class="content-spacer">
|
||||
{{ render_paragraph(l10n("setup.web.1", project_id, user_lang)) }}
|
||||
@@ -109,7 +109,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="mt-l mt-0-if-first">
|
||||
{{ render_h2(l10n("startup.title", project_id, user_lang)) }}
|
||||
<div class="content-spacer">
|
||||
{{ render_paragraph(l10n("startup.1", project_id, user_lang)) }}
|
||||
@@ -121,7 +121,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="mt-l mt-0-if-first">
|
||||
{{ render_h2(l10n("screenshots.title", project_id, user_lang)) }}
|
||||
<div class="content-spacer">
|
||||
{{ render_splide([
|
||||
@@ -131,7 +131,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="mt-l mt-0-if-first">
|
||||
{{ render_h2(l10n("statistics.title", project_id, user_lang)) }}
|
||||
<div class="content-spacer">
|
||||
{{ render_list_ul([
|
||||
@@ -162,14 +162,14 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="mt-l mt-0-if-first">
|
||||
{{ render_h2(l10n("license.title", project_id, user_lang)) }}
|
||||
<div class="content-spacer">
|
||||
{{ render_paragraph(l10n("license.1", project_id, user_lang)) }}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="mt-l mt-0-if-first">
|
||||
{{ render_h2(l10n("links.title", project_id, user_lang)) }}
|
||||
<div class="content-spacer">
|
||||
{{ render_list_ul([
|
||||
|
Reference in New Issue
Block a user