|
|
|
@ -5,11 +5,9 @@
|
|
|
|
|
<meta name="generator" content="mojolicious" /> |
|
|
|
|
<meta name="robots" content="noindex,nofollow" /> |
|
|
|
|
<link rel="shortcut icon" href="/theme/img/favicon.png" /> |
|
|
|
|
<link rel="stylesheet" href="/theme/css/default.css" type="text/css" /> |
|
|
|
|
<title><%= title %> - Linux во Владивостоке</title> |
|
|
|
|
% my @styles = qw(); |
|
|
|
|
% my @styles = qw(hljs default); |
|
|
|
|
% push @styles, split(/\s+/, stash('styles') || ''); |
|
|
|
|
% |
|
|
|
|
% foreach my $style (@styles) { |
|
|
|
|
<%= stylesheet "/theme/css/$style.css" %> |
|
|
|
|
% } |
|
|
|
@ -38,7 +36,7 @@
|
|
|
|
|
%= content |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
% my @scripts = qw(jquery); |
|
|
|
|
% my @scripts = qw(jquery highlight); |
|
|
|
|
% push @scripts, split(/\s+/, stash('scripts') || ''); |
|
|
|
|
% push @scripts, 'main'; |
|
|
|
|
% |
|
|
|
|