Deniz Turgut 9e70c17839 import plugins from core and restructure repo преди 11 години
..
Readme.rst 9e70c17839 import plugins from core and restructure repo преди 11 години
__init__.py 9e70c17839 import plugins from core and restructure repo преди 11 години
neighbors.py 9e70c17839 import plugins from core and restructure repo преди 11 години

Readme.rst

Neighbor Articles Plugin for Pelican
====================================

This plugin adds ``next_article`` (newer) and ``prev_article`` (older)
variables to the article's context

Usage
-----

.. code-block:: html+jinja


    {% if article.prev_article %}


  • {{ article.prev_article.title }}


  • {% endif %}
    {% if article.next_article %}


  • {{ article.next_article.title }}


  • {% endif %}