Browse Source

* drop favicon.ico : use .png instead

* enable highlight.js by default
master
Alex 'AdUser' Z 8 years ago
parent
commit
67cecbd1cb
  1. BIN
      theme/img/favicon.ico
  2. 4
      theme/site/layout.html.ep

BIN
theme/img/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

4
theme/site/layout.html.ep

@ -3,7 +3,8 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="statocles" />
<link rel="shortcut icon" href="/theme/img/favicon.ico" />
<link rel="shortcut icon" href="/theme/img/favicon.png" />
<link rel="stylesheet" href="/theme/css/hljs.css" type="text/css" />
<link rel="stylesheet" href="/theme/css/default.css" type="text/css" />
<title><%= $self->title ? $self->title . ' - ' : '' %><%= $site->title %></title>
% for my $link ($self->links('feed')) {
@ -38,6 +39,7 @@
<div id="footer" class="ui-block">
</div>
<script type="text/javascript" src="/theme/js/jquery.js"></script>
<script type="text/javascript" src="/theme/js/highlight.js"></script>
<script type="text/javascript" src="/theme/js/main.js"></script>
</body>
</html>

Loading…
Cancel
Save