Merge branch 'master' of github.com-priv:lioman/Flex
This commit is contained in:
commit
56e011d70a
75 changed files with 8194 additions and 13085 deletions
|
@ -1,5 +1,6 @@
|
|||
{% if PLUGINS and 'tipue_search' in PLUGINS %} {% extends 'base.html' %} {%
|
||||
block title %}{{ _('Search') }} - {{ SITENAME|striptags }}{% endblock title %}
|
||||
{% if PLUGINS and ('tipue_search' in PLUGINS or 'pelican.plugins.tipue_search' in PLUGINS) %}
|
||||
{% extends 'base.html' %}
|
||||
{% block title %}{{ _('Search') }} - {{ SITENAME|striptags }}{% endblock title %}
|
||||
{% block content %}
|
||||
|
||||
<article class="single">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue