]> Pileus Git - ~andy/aweather-web/blobdiff - html.ct
Switch thumbnails to jpg for better compression
[~andy/aweather-web] / html.ct
diff --git a/html.ct b/html.ct
index 8fc31617e6413897c504082417d5a8f2b03b2dd4..7b8de2ae991dc76cacfb2d33a6ab0063ae3213f5 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -13,7 +13,7 @@ Content-Type: text/html; charset=UTF-8
 
 <% void print_screen(char *name) { %>
        <a href="screens/<%= name %>.png">
-               <img src="screens/<%= name %>_s.png" alt="<%= name %>" class="screen" />
+               <img src="screens/<%= name %>_s.jpg" alt="<%= name %>" class="screen" />
        </a>
 <% } %>