Add category/tag feeds

- Add page_head tag to add feed links, canonical URLs, generator, and theme files
- Use page_head in all current themes
This commit is contained in:
2022-05-30 22:01:13 -04:00
parent d1d384812e
commit b971a343a4
12 changed files with 210 additions and 114 deletions

View File

@@ -3,11 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="generator" content="{{ generator }}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="/themes/{{ web_log.theme_path }}/style.css">
<title>{{ page_title | escape }}{% if page_title %} &laquo; {% endif %}{{ web_log.name | escape }}</title>
{% page_head -%}
</head>
<body>
<header>