mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 21:41:40 +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)
|
||||
|
||||
## Blog & Announcements
|
||||
<div>
|
||||
<div class="row">
|
||||
<div class="1 col">
|
||||
|
||||
## Announcements
|
||||
|
||||
<ul>
|
||||
{%- 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 -%}
|
||||
</ul>
|
||||
</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