m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/blog/sunday-corner.html.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/blog/sunday-corner.html.erb b/src/blog/sunday-corner.html.erb
index 8946c5a..8df4dd3 100644
--- a/src/blog/sunday-corner.html.erb
+++ b/src/blog/sunday-corner.html.erb
@@ -73,3 +73,10 @@ The Corner is implemented as a CGI script written in Ruby. You can find the
source code <a href='<%= git 'sunday' %>'>here</a>. Feel free to copy my code or
implement a similar idea for your own personal website!
</p>
+
+<p>
+I also just wrote an
+<a href='https://landchad.net/cgi.html'>article for LandChad</a> about CGI
+scripting, if you're interested in CGI scripting in general. The example used
+there is in concept very similar to the Corner.
+</p>