Skip to content

Commit

Permalink
Add some more meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sgwilym committed Jan 17, 2024
1 parent 33de2f9 commit 7199647
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions willowtest/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ export function site_template(metadata: Document, bodyexp: Expression): Invocati
name: "viewport",
content: "width=device-width, initial-scale=1.0",
}),
meta({
name: "description",
content: "A protocol for peer-to-peer data stores. The best parts? Fine-grained permissions, a keen approach to privacy, destructive edits, and a dainty bandwidth and memory footprint."
}),
meta({
name: 'language',
content: 'en-GB'
}),
linktag({
rel: "alternate",
type: "application/rss+xml",
Expand Down

0 comments on commit 7199647

Please sign in to comment.