afl-first-try
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
<script src="https://aimingoo.github.io/gitmint/dist/gitmint.browser.js"></script>
|
||||
{% else %}
|
||||
{% set CommentsClass = "Gitment" %}
|
||||
<link rel="stylesheet" href="https://imsun.github.io/gitment/style/default.css">
|
||||
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script>
|
||||
<link rel="stylesheet" href="https://jjeejj.github.io/css/gitment.css">
|
||||
<script src="https://jjeejj.github.io/js/gitment.js"></script>
|
||||
{% endif %}
|
||||
<!-- END LOCAL -->
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<script type="text/javascript">
|
||||
function renderGitment(){
|
||||
var gitment = new {{CommentsClass}}({
|
||||
id: window.location.pathname,
|
||||
id: window.location.pathname,
|
||||
owner: '{{ theme.gitment.github_user }}',
|
||||
repo: '{{ theme.gitment.github_repo }}',
|
||||
{% if theme.gitment.mint %}
|
||||
|
Reference in New Issue
Block a user