From c8e571ba1c802ddc2722690e48ecbc6ac9fa75f1 Mon Sep 17 00:00:00 2001
From: Luke Shumaker <lukeshu@sbcglobal.net>
Date: Sat, 27 Aug 2016 19:51:52 -0400
Subject: tidy the HTML template, add the Atom feed link

---
 public/term-colors.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'public/term-colors.html')

diff --git a/public/term-colors.html b/public/term-colors.html
index 36acb6b..01978eb 100644
--- a/public/term-colors.html
+++ b/public/term-colors.html
@@ -3,7 +3,8 @@
 <head>
   <meta charset="utf-8">
   <title>An explanation of common terminal emulator color codes — Luke Shumaker</title>
-  <link rel="stylesheet" type="text/css" href="assets/style.css">
+  <link rel="stylesheet" href="assets/style.css">
+  <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
 </head>
 <body>
 <header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » term-colors</header>
-- 
cgit v1.2.3-2-g168b