figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit efc6c5bbb2f0daeb435aea13073a5f287699c494
parent 8bd2397be7ced4c8b2b3ec3171ac9a0b706b6739
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 16 Dec 2023 21:56:25 -0800

Add reading feed to <head>

Diffstat:
Mtemplates/index.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/templates/index.html b/templates/index.html @@ -11,6 +11,7 @@ <link type="application/atom+xml" rel="alternate" href="{{ get_url(path="posts/atom.xml") }}" title="Posts :: {{ config.title }}"> <link type="application/atom+xml" rel="alternate" href="{{ get_url(path="projects/atom.xml") }}" title="Projects :: {{ config.title }}"> + <link type="application/atom+xml" rel="alternate" href="{{ get_url(path="reading/atom.xml") }}" title="Reading :: {{ config.title }}"> <meta name="description" content="{% if page.description %}{{ page.description | safe }}{% else %}{{ config.description }}{% endif %}"> <meta property="og:title" content="{% if page.title %}{{ page.title | safe }} :: {% endif %}{{ config.title }}">