1
0
mirror of https://gitlab.com/Anson-Projects/anson-stuff/zinetest.git synced 2025-06-15 13:36:39 +00:00

added description

This commit is contained in:
Anson Biggs 2024-02-16 21:50:37 -07:00
parent f2d5c7f72f
commit 6d822016db

View File

@ -254,6 +254,7 @@ fn generate_index(entries: Vec<Entry>) -> Markup {
title { "Anson's Zine" }
meta charset="utf-8";
meta name="viewport" content="width=device-width, initial-scale=1";
meta name="description" content="Aggregate newspaper of RSS feeds for Anson"
link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📰</text></svg>";
link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.blue.min.css";
link rel="stylesheet" href="style.css";