1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-08-02 11:31:27 +00:00

use iframes to put the post into ghost

This commit is contained in:
2024-11-08 14:01:23 -07:00
parent a448e47ecd
commit 87c3c4459b
3 changed files with 399 additions and 163 deletions

View File

@@ -42,6 +42,7 @@ impl Post {
) -> Self {
let html = html! {
p { (summary) }
iframe src=(link) style="width: 100%; height: 80vh" { }
p {
"This content was originally posted on my projects website " a href=(link) { "here." }
" The above summary was made by the " a href=("https://help.kagi.com/kagi/api/summarizer.html")