diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-27 19:51:52 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-27 19:51:52 -0400 |
commit | c8e571ba1c802ddc2722690e48ecbc6ac9fa75f1 (patch) | |
tree | 03fe1328d188e394dde953bd8cdcac87cfb94e3b /public/term-colors.html | |
parent | 7b52849551419eeff4c1380c623f02844505a9e3 (diff) |
tidy the HTML template, add the Atom feed link
Diffstat (limited to 'public/term-colors.html')
-rw-r--r-- | public/term-colors.html | 3 |
1 files changed, 2 insertions, 1 deletions
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> |