htmx/www/talk.md
2020-05-15 11:20:58 -07:00

32 lines
620 B
Markdown

---
layout: layout.njk
title: </> kutty - high power tools for html
---
## Kutty Talk
Right now the best place to talk about kutty is the [intercooler gitter room](https://gitter.im/intercooler-js/Lobby)
I'll be setting up a forum and chat room at some point.
## Features & Bug Reports
[https://github.com/bigskysoftware/kutty/issues](https://github.com/bigskysoftware/kutty/issues)
## Twitter
[@kutty_org](https://twitter.com/kutty_org)
## Blog & Announcements
<div>
<ul>
{%- for post in collections.post -%}
<li><a href="{{ post.url }}">{{ post.data.title }}</a>🔥🔥</li>
{%- endfor -%}
</ul>
</div>