- Code: Select all
<div class="prevnext">
<div class="previous">[[ previousentry text='<a href="%link%">previous entry on site</a> ' ]]</div>
<div class="next"> [[ nextentry text=' <a href="%link%">next entry on site</a>' ]]</div>
</div>
I get the output I expect.
I'm using the same filenames in the test weblog with the following lines in _sub_fullentry.html:
- Code: Select all
<div class="datum"><span class="label">entries</span>: <span class="previous">[[ previousentry text='<a href="%link%">older</a>' ]]</span> / <span class="next">[[ nextentry text='<a href="%link%">newer</a>' ]]</span></div>
I get something wrong. The latest entry ID on my blog is 712. No matter what entry I look at, I get a link to entry 711 for "older" and nothing for "newer," even when looking at entry 711. I'm comparing things left and right from one entrypage_template.html and _sub_fullentry.html, and I cannot find a reason why this is happening.
regular: http://geoffrey.famwagner.com/
test: http://geoffrey.famwagner.com/?w=atlantis-test