|
|
@ -6,10 +6,10 @@ |
|
|
|
<meta name="robots" content="noindex,nofollow"/> |
|
|
|
<meta name="robots" content="noindex,nofollow"/> |
|
|
|
<title><%= title %> - Linux во Владивостоке</title> |
|
|
|
<title><%= title %> - Linux во Владивостоке</title> |
|
|
|
% my @styles = qw(default); |
|
|
|
% my @styles = qw(default); |
|
|
|
% push @styles, split(/\s+/, stash('styles')); |
|
|
|
% push @styles, split(/\s+/, stash('styles') || ''); |
|
|
|
% |
|
|
|
% |
|
|
|
% my @scripts = (); |
|
|
|
% my @scripts = (); |
|
|
|
% push @scripts, split(/\s+/, stash('scripts')); |
|
|
|
% push @scripts, split(/\s+/, stash('scripts') || ''); |
|
|
|
% |
|
|
|
% |
|
|
|
% foreach my $style (@styles) { |
|
|
|
% foreach my $style (@styles) { |
|
|
|
<%= stylesheet "/css/$style.css" %> |
|
|
|
<%= stylesheet "/css/$style.css" %> |
|
|
|