From bfaccc32571df8a02f69518d8864244efba3b5b5 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Wed, 28 Jul 2021 10:58:58 -0400 Subject: php site, templating and partials, faster index generation --- feed.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 feed.php (limited to 'feed.php') diff --git a/feed.php b/feed.php new file mode 100644 index 0000000..309f97e --- /dev/null +++ b/feed.php @@ -0,0 +1,29 @@ + + + + + + 53hornet's Feed + https://www.53hor.net + + The World Wide Web pages of Adam Carpenter + + https://www.53hor.net/includes/logo_diag.png + 53hornet's Feed + https://www.53hor.net + + https://www.53hor.net/posts/%s%s', $post_name, $title); + } + } + } + ?> + + -- cgit v1.2.3