mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 05:58:12 +08:00
Blog post: Graphite progress report (Q2 2024) (#1805)
* Q2 blogpost * WIP * WIP 2 --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
committed by
Keavon Chambers
co-authored by
Keavon Chambers
parent
390e643558
commit
32f5fba3e3
@@ -8,9 +8,10 @@
|
||||
<section id="404">
|
||||
<div class="block">
|
||||
<h1>Page not found</h1>
|
||||
<p>Or as the machines like to say it: <code>404</code>.</p>
|
||||
<br />
|
||||
<a href="/" class="button arrow">Return home</a>
|
||||
<p>Or "<code>404</code>", as the machines like to say it.</p>
|
||||
<p>
|
||||
<a href="/" class="button arrow">Return home</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
{%- endblock content -%}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
</div>
|
||||
<span class="publication">By {{ page.extra.author }}. {{ page.date | date(format = "%B %d, %Y", timezone = "America/Los_Angeles") }}.</span>
|
||||
<div class="summary">
|
||||
<div>{{ page.summary | safe }}</div>
|
||||
<p>{{ page.summary | striptags | safe }}</p>
|
||||
</div>
|
||||
<div class="keep-reading">
|
||||
<a href="{{ page.path | safe }}" class="link arrow">Keep Reading</a>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<a class="banner" href="{{ article.permalink | safe }}"><img src="{{ article.extra.banner | safe }}" onerror="this.onerror = null; this.src = this.src.replace('.avif', '.png')" /></a>
|
||||
<h2 class="headline"><a href="{{ article.permalink | safe }}">{{ article.title }}</a></h2>
|
||||
<div class="summary">
|
||||
{{ article.summary | safe }}
|
||||
<p>{{ article.summary | striptags | safe }}</p>
|
||||
</div>
|
||||
<a href="{{ article.permalink | safe }}" class="link arrow">Keep reading</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user