diff --git a/README.md b/README.md index 075ee8f..b3b0661 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A Flask-based webcomic website with server-side rendering using Jinja2 templates - Archive page with thumbnail grid - RSS feed support - JSON API for programmatic access +- Open Graph and Twitter Card metadata for social sharing - Responsive design - Server-side rendering with Jinja2 - Clean, comic-focused layout diff --git a/templates/base.html b/templates/base.html index f4a061e..ed2f505 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,6 +4,24 @@