fix: no highlight and MathJax isn't working in faq page

There is a blog usage introduction in faq page, but the code highlight can't be seen and MathJax isn't working. Add require libs and js.
This commit is contained in:
MascoSkray 2017-05-22 10:57:45 +08:00
parent 10deda3561
commit 866d70b5b8
No known key found for this signature in database
GPG Key ID: 6ABABD8325167A2E

View File

@ -1,4 +1,8 @@
<?php echoUOJPageHeader(UOJLocale::get('help')) ?> <?php
requireLib('shjs');
requireLib('mathjax');
echoUOJPageHeader(UOJLocale::get('help'))
?>
<article> <article>
<header> <header>
<h2 class="page-header">常见问题及其解答(FAQ)</h2> <h2 class="page-header">常见问题及其解答(FAQ)</h2>