You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When looking at an individual post, there is no link back to the index page, you would have to use the browser back-button.
So, I have a suggestion, to put in "Back to the index page" when viewing an individual post. Easy to do, I inserted here:
# Add disqus commments except for index and all_posts pages
[[ $index == no ]] && disqus_body
#170822 BK want link back to index page, for post views also...
if [[ $index == no ]];then
echo "<div id=\"all_posts\"><a href=\"./$index_file\">$template_archive_index_page</a></div>"
fi
# page footer
cat .footer.html
When looking at an individual post, there is no link back to the index page, you would have to use the browser back-button.
So, I have a suggestion, to put in "Back to the index page" when viewing an individual post. Easy to do, I inserted here:
See it in action here:
http://easyos.info/news/
The text was updated successfully, but these errors were encountered: