diff options
author | 2025-02-07 01:29:45 -0500 | |
---|---|---|
committer | 2025-02-07 01:29:45 -0500 | |
commit | 0514ebc1e42136755d58f3d5b02bf31bc682ad30 (patch) | |
tree | 63600c0027f43bb9a5b243ff22d201b5c861e3ef /templates/base.html | |
parent | ff07cfa1d2cb0260ca2fcafef5cf5c856720d7ce (diff) |
Fri Feb 7 01:29:45 AM EST 2025
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index ba2a57e..39475b7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,8 +2,12 @@ <html lang="en"> <head> <meta charset="utf-8"/> - <title>silas</title> <link rel="stylesheet" href="/style.css"/> + <title>soaos</title> + <meta property="og:url" content="{{config.base_url | safe}}/{{current_path | safe}}" /> + {% block meta_content %} + <meta property="og:title" content="soaos" /> + {% endblock meta_content %} {% block rss %} <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml", trailing_slash=false) }}"> {% endblock %} |