commit 1cc506f73477bb6cd5c1a4cff9537c60d3bae349 parent 8e6ae747d0d59da4858ea5a2cbb99493be7aa752 Author: Frederic Cambus <fred@statdns.com> Date: Sat, 28 Apr 2018 23:12:11 +0200 Link to minified versions Diffstat:
M | templates/header.mustache | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/header.mustache b/templates/header.mustache @@ -13,8 +13,8 @@ <link rel="canonical" href="{{{site.url}}}{{{page.url}}}" /> - <link rel="stylesheet" href="/styles/chrysalide.css" type="text/css" /> - <link rel="stylesheet" href="/styles/syntax.css" type="text/css" /> + <link rel="stylesheet" href="/styles/chrysalide.min.css" type="text/css" /> + <link rel="stylesheet" href="/styles/syntax.min.css" type="text/css" /> <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom Feed" /> </head>