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:
James Lindsay
2024-08-02 06:14:29 -07:00
committed by Keavon Chambers
co-authored by Keavon Chambers
parent 390e643558
commit 32f5fba3e3
18 changed files with 309 additions and 38 deletions
+4 -3
View File
@@ -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 -%}
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>