About Social Code
summaryrefslogtreecommitdiff
path: root/html/feed.xml
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2023-05-22 19:23:33 -0400
committerLucas Fryzek <lucas.fryzek@gmail.com>2023-05-22 19:23:33 -0400
commitd5d2888c4aae16426e8d40cd441f5133e320cc5e (patch)
treeccd656026a92c7ddf3ca0088484d1998cc8ebb04 /html/feed.xml
parent3c0e8732ececff868c561e8b62fc8c449b61e601 (diff)
Fix tag on new note
Diffstat (limited to 'html/feed.xml')
-rw-r--r--html/feed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/feed.xml b/html/feed.xml
index 37d9533..8dc41af 100644
--- a/html/feed.xml
+++ b/html/feed.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Thu, 11 May 2023 12:30:52 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description>&lt;p&gt;One thing I’m very interested in is computer graphics. This could be
+<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Mon, 22 May 2023 23:23:20 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description>&lt;p&gt;One thing I’m very interested in is computer graphics. This could be
complex 3D graphics or simple 2D graphics. The idea of getting a
computer to display visual data fascinates me. One fundamental part of
showing visual data is interfacing with a computer monitor. This can be