diff --git a/Pages/blog/Blog.cshtml b/Pages/blog/Blog.cshtml index bb53d8c..b550d84 100644 --- a/Pages/blog/Blog.cshtml +++ b/Pages/blog/Blog.cshtml @@ -21,3 +21,14 @@ } + +@section postfooter { +
+ + JSONFeed + + + [Valid Atom 1.0] + +
+} diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index ea9036b..c6cf231 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -347,6 +347,13 @@ header h1 a { text-decoration: none; } +.imagelink { + text-decoration: none; + display: inline-block; + line-height: 0; + padding: 5px 5px 5px 5px; +} + /* Scrollbar colors */ /* Works on Firefox */ * { diff --git a/wwwroot/files/jsonfeed.png b/wwwroot/files/jsonfeed.png new file mode 100644 index 0000000..e05934b Binary files /dev/null and b/wwwroot/files/jsonfeed.png differ diff --git a/wwwroot/files/valid-atom.png b/wwwroot/files/valid-atom.png new file mode 100644 index 0000000..acef9de Binary files /dev/null and b/wwwroot/files/valid-atom.png differ