mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
clean up and move essay
This commit is contained in:
parent
a65c37ec4f
commit
b345984bee
1
www/_redirects
Normal file
1
www/_redirects
Normal file
@ -0,0 +1 @@
|
|||||||
|
/locality-of-behaviour /essays/locality-of-behaviour
|
18
www/talk.md
18
www/talk.md
@ -17,14 +17,24 @@ I'll be setting up a forum and chat room at some point.
|
|||||||
|
|
||||||
[@htmx_org](https://twitter.com/htmx_org)
|
[@htmx_org](https://twitter.com/htmx_org)
|
||||||
|
|
||||||
## Blog & Announcements
|
<div class="row">
|
||||||
<div>
|
<div class="1 col">
|
||||||
|
|
||||||
|
## Announcements
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{%- for post in collections.post reversed -%}
|
{%- for post in collections.post reversed -%}
|
||||||
<li><a href="{{ post.url }}">{{ post.date | date: "%a, %b %d, %y"}} - {{ post.data.title }}</a>🔥🔥</li>
|
<li><a href="{{ post.url }}">{{ post.date | date: "%Y-%m-%d"}} - {{ post.data.title }} </a>🔥🔥</li>
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="1 col">
|
||||||
|
|
||||||
|
## Essays
|
||||||
|
|
||||||
|
* [Locality of Behavior (LoB)](/essays/locality-of-behaviour)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user