diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-08 14:37:04 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-08 14:37:04 -0700 |
commit | a79c8aed26c9bd7e7da14c11aec8eac276caa456 (patch) | |
tree | ef4e21c5945aba473684fdd7e2b18b2e9eba29fa /www/template.html | |
parent | d6cab50056c9ba29be5b195eb678f0ed15aa52ec (diff) | |
download | librebootfr-a79c8aed26c9bd7e7da14c11aec8eac276caa456.tar.gz librebootfr-a79c8aed26c9bd7e7da14c11aec8eac276caa456.zip |
Include RSS feed in the template and ditch IE8
Diffstat (limited to 'www/template.html')
-rw-r--r-- | www/template.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/template.html b/www/template.html index 8e12e2aa..4ce72774 100644 --- a/www/template.html +++ b/www/template.html @@ -29,12 +29,10 @@ $endfor$ $if(math)$ $math$ $endif$ - <!--[if lt IE 9]> - <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> - <![endif]--> $for(header-includes)$ $header-includes$ $endfor$ +<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml"/> </head> <body> $for(include-before)$ |