|
|
|
@ -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> |
|
|
|
|