|
@ -16,6 +16,19 @@ |
|
|
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}fluent_comments/css/ajaxcomments.css" /> |
|
|
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}fluent_comments/css/ajaxcomments.css" /> |
|
|
<script type="text/javascript" src="{{ STATIC_URL }}fluent_comments/js/ajaxcomments.js"></script> |
|
|
<script type="text/javascript" src="{{ STATIC_URL }}fluent_comments/js/ajaxcomments.js"></script> |
|
|
|
|
|
|
|
|
|
|
|
{# nastavení MathJaxu, aby nahrazoval i matiku obalenou jednoduchými $ #} |
|
|
|
|
|
<script type="text/x-mathjax-config"> |
|
|
|
|
|
MathJax.Hub.Config({ |
|
|
|
|
|
tex2jax: { |
|
|
|
|
|
inlineMath: [['$','$'], ['\\(','\\)']], |
|
|
|
|
|
processEscapes: true |
|
|
|
|
|
} |
|
|
|
|
|
}); |
|
|
|
|
|
</script> |
|
|
|
|
|
<script type="text/javascript" |
|
|
|
|
|
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> |
|
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
</head> |
|
|
</head> |
|
|
<body class='{% if user.is_authenticated %}org-logged-in{% endif %}'> |
|
|
<body class='{% if user.is_authenticated %}org-logged-in{% endif %}'> |
|
|
{# TODO predelat pro pouze pro orgy (misto pro prihlasene) #} |
|
|
{# TODO predelat pro pouze pro orgy (misto pro prihlasene) #} |
|
|