@@ -17,6 +17,7 @@ List of Pelican's settings that are supported by this theme. Refer to the
|
|||||||
for more details.
|
for more details.
|
||||||
|
|
||||||
- `FEED_*` and `*_FEED_*`
|
- `FEED_*` and `*_FEED_*`
|
||||||
|
- `DEFAULT_PAGINATION`
|
||||||
- `DISPLAY_PAGES_ON_MENU`
|
- `DISPLAY_PAGES_ON_MENU`
|
||||||
- `DISQUS_SITENAME`
|
- `DISQUS_SITENAME`
|
||||||
- `GOOGLE_ANALYTICS`
|
- `GOOGLE_ANALYTICS`
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
{% if DEFAULT_PAGINATION %}
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
|
|
||||||
{% if articles_page.has_previous() %}
|
{% if articles_page.has_previous() %}
|
||||||
@@ -30,4 +31,5 @@
|
|||||||
<span class="pagination-item newer">Older</span>
|
<span class="pagination-item newer">Older</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<ul class="sidebar-nav">
|
<ul class="sidebar-nav">
|
||||||
{% if MENUITEMS %}
|
{% if MENUITEMS %}
|
||||||
{% for title, url in MENUITEMS %}
|
{% for title, url in MENUITEMS %}
|
||||||
<li><a href="{{ SITEURL }}/{{ url }}">{{ title }}</a></li>
|
<li><a href="{{ url }}">{{ title }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if DISPLAY_PAGES_ON_MENU %}
|
{% if DISPLAY_PAGES_ON_MENU %}
|
||||||
@@ -40,11 +40,11 @@
|
|||||||
'osf', 'overleaf', 'philpapers', 'piazza', 'publons',
|
'osf', 'overleaf', 'philpapers', 'piazza', 'publons',
|
||||||
'pubmed', 'researcherid', 'scirate', 'semantic-scholar',
|
'pubmed', 'researcherid', 'scirate', 'semantic-scholar',
|
||||||
'springer', 'zotero'] %}
|
'springer', 'zotero'] %}
|
||||||
<a class="sidebar-social-item" href="{{ link }}">
|
<a class="sidebar-social-item" href="{{ link }}" target="_blank">
|
||||||
<i class="ai ai-{{ name }}"></i>
|
<i class="ai ai-{{ name }}"></i>
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a class="sidebar-social-item" href="{{ link }}">
|
<a class="sidebar-social-item" href="{{ link }}" target="_blank">
|
||||||
<i class="fa fa-{{ name }}"></i>
|
<i class="fa fa-{{ name }}"></i>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user