|
|
@@ -9,7 +9,11 @@ |
|
|
|
<link rel="canonical" href="${g.config.scheme}://${g.config.get('site.canonical')}${request.script_root}${request.path}"> |
|
|
|
<link rel="stylesheet" type="text/css" href="${url_for('staticv', filename='main.css')}"/> |
|
|
|
% if g.config.get("style"): |
|
|
|
<% stylesheet = "styles/{}.css".format(g.config.get("style")) %> |
|
|
|
<% |
|
|
|
charstyle = g.auth.get_character_prop("style") |
|
|
|
style = charstyle if charstyle else g.config.get("style") |
|
|
|
stylesheet = "styles/{}.css".format(style) |
|
|
|
%> |
|
|
|
<link rel="stylesheet" type="text/css" href="${url_for('staticv', filename=stylesheet)}"/> |
|
|
|
% endif |
|
|
|
% for size in g.eve.image.corp_widths: |
|
|
|