Add EntryCrawler that uses readability lib

Actors delegating to actors baybeeee
This commit is contained in:
2023-07-11 01:52:38 -04:00
parent f13c7e5e70
commit b7efc61cfc
9 changed files with 553 additions and 23 deletions

View File

@@ -94,6 +94,7 @@ impl Layout {
head {
meta charset="utf-8";
title { (self.title) }
// TODO: vendor this before going to prod
script type="module" {
r#"import * as Turbo from 'https://cdn.skypack.dev/@hotwired/turbo';"#
}