summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 18:38:15 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-01 18:38:15 +0100
commitbb8ac04f46af83dfb27937673d2d415280681cf4 (patch)
treee75c2e30c419fd3747bcd0aff1f013587292029d /content
parent5ec98cf4ca02e341e88d6fdcea51023b270045f0 (diff)
change date of methods in c post
Diffstat (limited to 'content')
-rw-r--r--content/gemtext/gemfeed/atom.xml4
-rw-r--r--content/html/gemfeed/atom.xml4
-rw-r--r--content/meta/gemfeed/2016-11-20-methods-in-c.meta2
3 files changed, 5 insertions, 5 deletions
diff --git a/content/gemtext/gemfeed/atom.xml b/content/gemtext/gemfeed/atom.xml
index 1403a85e..c11e0e4a 100644
--- a/content/gemtext/gemfeed/atom.xml
+++ b/content/gemtext/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2021-05-01T18:36:51+01:00</updated>
+ <updated>2021-05-01T18:38:14+01:00</updated>
<title>buetow.org feed</title>
<subtitle>Having fun with computers!</subtitle>
<link href="gemini://buetow.org/gemfeed/atom.xml" rel="self" />
@@ -32,7 +32,7 @@
<title>Methods in C</title>
<link href="gemini://buetow.org/gemfeed/2016-11-20-methods-in-c.gmi" />
<id>gemini://buetow.org/gemfeed/2016-11-20-methods-in-c.gmi</id>
- <updated>2021-05-01T18:36:51+01:00</updated>
+ <updated>2016-11-20T18:36:51+01:00</updated>
<summary>You can do some sort of object oriented programming in the C Programming Language. However, that is very limited. But also very easy and straight forward to use.. .....to read on please visit my site.</summary>
<author>
<name>Paul Buetow</name>
diff --git a/content/html/gemfeed/atom.xml b/content/html/gemfeed/atom.xml
index 57922425..36744898 100644
--- a/content/html/gemfeed/atom.xml
+++ b/content/html/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2021-05-01T18:36:51+01:00</updated>
+ <updated>2021-05-01T18:38:14+01:00</updated>
<title>buetow.org feed</title>
<subtitle>Having fun with computers!</subtitle>
<link href="https://buetow.org/gemfeed/atom.xml" rel="self" />
@@ -32,7 +32,7 @@
<title>Methods in C</title>
<link href="https://buetow.org/gemfeed/2016-11-20-methods-in-c.html" />
<id>https://buetow.org/gemfeed/2016-11-20-methods-in-c.html</id>
- <updated>2021-05-01T18:36:51+01:00</updated>
+ <updated>2016-11-20T18:36:51+01:00</updated>
<summary>You can do some sort of object oriented programming in the C Programming Language. However, that is very limited. But also very easy and straight forward to use.. .....to read on please visit my site.</summary>
<author>
<name>Paul Buetow</name>
diff --git a/content/meta/gemfeed/2016-11-20-methods-in-c.meta b/content/meta/gemfeed/2016-11-20-methods-in-c.meta
index f8de7112..7b306b9f 100644
--- a/content/meta/gemfeed/2016-11-20-methods-in-c.meta
+++ b/content/meta/gemfeed/2016-11-20-methods-in-c.meta
@@ -1,4 +1,4 @@
-local meta_date=2021-05-01T18:36:51+01:00
+local meta_date=2016-11-20T18:36:51+01:00
local meta_author="Paul Buetow"
local meta_email=comments@mx.buetow.org
local meta_title="Methods in C"