moved pygments, static and templates to the pelican/themes/Flex subdir
This commit is contained in:
parent
a17ebec50f
commit
7a465d81e3
155 changed files with 0 additions and 0 deletions
|
@ -1,23 +0,0 @@
|
|||
{% if ISSO_URL %}
|
||||
<!-- Isso -->
|
||||
<section id="isso-thread" data-title="{{ article.title|e }}"></section>
|
||||
<script
|
||||
type="text/javascript"
|
||||
{% if ISSO_EMBED_JS_PATH %}
|
||||
src="{{ ISSO_EMBED_JS_PATH }}"
|
||||
{% else %}
|
||||
src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/isso/isso.min.js"
|
||||
{% endif %}
|
||||
|
||||
{% if ISSO_URL %}
|
||||
data-isso="{{ ISSO_URL }}"
|
||||
{% endif %}
|
||||
{% for opt, val in ISSO_OPTIONS.items() %}
|
||||
data-isso-{{ opt }}="{{ val }}"
|
||||
{% endfor %}
|
||||
></script>
|
||||
<noscript>
|
||||
{{ _('Please enable JavaScript to view comments.') }}
|
||||
</noscript>
|
||||
<!-- End Isso -->
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue