forked from varia/varia.website
removed the stream function for now
This commit is contained in:
parent
43b14c3a32
commit
6ca63c4d82
@ -31,7 +31,7 @@ DEFAULT_PAGINATION = 25
|
||||
|
||||
# Uncomment following line if you want document-relative URLs when developing
|
||||
PLUGIN_PATHS = ['./pelican-plugins', './plugins-custom']
|
||||
PLUGINS = ['dateish', 'extract_toc', 'i18n_subsites', 'summary', 'events-ics','complex_footnotes', 'stream']
|
||||
PLUGINS = ['dateish', 'extract_toc', 'i18n_subsites', 'summary', 'events-ics','complex_footnotes']
|
||||
MD_EXTENSIONS = ['codehilite','extra','toc']
|
||||
|
||||
STATIC_PATHS = ['extra/favicon.ico', 'images', 'pdfs', 'stream']
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit abb64b784e8fda8eb8628c32aa6c50dece37437a
|
||||
Subproject commit d91a9e910bffb850ecb597f5c77241678f197e24
|
@ -5,11 +5,6 @@
|
||||
{% for p in pages %}
|
||||
{% if p.title == 'header' %}
|
||||
<div id="title">
|
||||
<!-- <div id="stream">
|
||||
{% for img in p.stream %}
|
||||
<a href="pages/stream.html"><div class="container" style="background-image: url(/stream/{{ img }})"></div></a>
|
||||
{% endfor %}
|
||||
</div> -->
|
||||
{{ p.content }}
|
||||
</div>
|
||||
{% endif %}
|
||||
@ -34,16 +29,6 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
<!-- STREAM -->
|
||||
<!-- {% if loop.index % 3 == 0 -%}
|
||||
<article class="hentry {{article.category}}{{event_status}}">
|
||||
<div id="stream">
|
||||
{% set count = loop.index / 3 %}
|
||||
<a href="pages/stream.html"><div class="container" style="background-image: url(/stream/{{ pages[0].fullstream[ count | int ] }})"></div></a>
|
||||
</div>
|
||||
</article>
|
||||
{% endif -%} -->
|
||||
|
||||
<article class="hentry {{article.category}}{{event_status}}">
|
||||
{% endif %}
|
||||
<div class="article-info">
|
||||
|
Loading…
Reference in New Issue
Block a user