Skip to content

Instantly share code, notes, and snippets.

@jerryasher
Last active January 11, 2017 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerryasher/d6936d08eec5135fbb0aa8fd4b31dc5c to your computer and use it in GitHub Desktop.
Save jerryasher/d6936d08eec5135fbb0aa8fd4b31dc5c to your computer and use it in GitHub Desktop.
Occurrences of PAGES in pelican themes
#All Occurrences of PAGES in pelican-themes
./aboutwilson/templates/base.html: {% for page in PAGES %}
./bootlex/templates/base.html: {% if PAGES %}
./bootlex/templates/base.html: {% for p in PAGES %}
./bootstrap/templates/base.html: {% for page in PAGES %}
./bootstrap2/templates/base.html: {% for page in PAGES %}
./bootstrap2/templates/index.html: {% if PAGES %}
./bootstrap2/templates/index.html: {% for page in PAGES %}
./bootstrap2-dark/templates/base.html: {% for page in PAGES %}
./bootstrap2-dark/templates/index.html: {% if PAGES %}
./bootstrap2-dark/templates/index.html: {% for page in PAGES %}
./brownstone/templates/base.html: {% for page in PAGES %}
./built-texts/templates/base.html: {% for page in PAGES %}
./cebong/templates/base.html: {% for page in PAGES %}
./cebong/templates/index.html: {% for page in PAGES %}
./dev-random/templates/includes/sidebar.html: {% for p in PAGES %}
./dev-random2/templates/includes/sidebar.html: {% for p in PAGES %}
./foundation-default-colours/templates/base.html: {% for pg in PAGES
./franticworld/templates/sidebar.html:{% if PAGES %}
./franticworld/templates/sidebar.html: {% for page in PAGES %}
./gum/templates/base.html: {% for p in PAGES %}
./gum/templates/sidebar.html: {% for p in PAGES %}
./Just-Read/templates/base.html: {% for p in PAGES %}
./lightweight/templates/menu.html: {% for p in PAGES %}
./mnmlist/templates/base.html: {% for page in PAGES %}
./monospace/templates/base.html: {% for page in PAGES %}
./new-bootstrap2/templates/base.html: {% for gpage in PAGES %}
./new-bootstrap2/templates/index.html: {% if PAGES %}
./new-bootstrap2/templates/index.html: {% for page in PAGES %}
./nmnlist/templates/base.html: {% for page in PAGES %}
./notebook/templates/base.html: {% if and PAGES %}
./notebook/templates/base.html: {% for p in PAGES %}
./notmyidea-cms/templates/base.html: {% for p in PAGES %}
./notmyidea-cms/templates/index.html:{% for page in PAGES %}
./notmyidea-cms-fr/templates/base.html: {% for p in PAGES %}
./notmyidea-cms-fr/templates/index.html:{% for page in PAGES %}
./photowall/templates/base.html: {% for pg in PAGES %}
./photowall/templates/index.html: {% for page in PAGES %}
./simple-bootstrap/templates/base.html: {% for p in PAGES %}
./sneakyidea/templates/base.html: {% for current_page in PAGES %}
./sneakyidea/templates/index.html:{% for page in PAGES %}
./SoMA/templates/index.html: {% for page in PAGES %}
./SoMA2/templates/index.html: {% for page in PAGES %}
./subtle/templates/base.html: {% for page in PAGES %}
./subtle/templates/index.html: {% for page in PAGES %}
./syte/templates/base.html: {% for current_page in PAGES %}
./tuxlite_tbs/templates/base.html: {% for page in PAGES %}
./tuxlite_zf/templates/base.html: {% for page in PAGES %}
./tuxlite_zf/templates/index.html: {% for page in PAGES %}
./waterspill/templates/base.html: {% for page in PAGES %}
./waterspill-en/templates/base.html: {% for page in PAGES %}
./zurb-F5-basic/templates/base.html: {% for page in PAGES %}
./zurb-F5-basic/templates/index.html: {% for page in PAGES %}
# ALL files containing PAGES
./aboutwilson/templates/base.html
./bootlex/templates/base.html
./bootstrap/templates/base.html
./bootstrap2-dark/templates/base.html
./bootstrap2-dark/templates/index.html
./bootstrap2/templates/base.html
./bootstrap2/templates/index.html
./brownstone/templates/base.html
./built-texts/templates/base.html
./cebong/templates/base.html
./cebong/templates/index.html
./dev-random/templates/includes/sidebar.html
./dev-random2/templates/includes/sidebar.html
./foundation-default-colours/templates/base.html
./franticworld/templates/sidebar.html
./gum/templates/base.html
./gum/templates/sidebar.html
./Just-Read/templates/base.html
./lightweight/templates/menu.html
./mnmlist/templates/base.html
./monospace/templates/base.html
./new-bootstrap2/templates/base.html
./new-bootstrap2/templates/index.html
./nmnlist/templates/base.html
./notebook/templates/base.html
./notmyidea-cms-fr/templates/base.html
./notmyidea-cms-fr/templates/index.html
./notmyidea-cms/templates/base.html
./notmyidea-cms/templates/index.html
./photowall/templates/base.html
./photowall/templates/index.html
./simple-bootstrap/templates/base.html
./sneakyidea/templates/base.html
./sneakyidea/templates/index.html
./SoMA/templates/index.html
./SoMA2/templates/index.html
./subtle/templates/base.html
./subtle/templates/index.html
./syte/templates/base.html
./tuxlite_tbs/templates/base.html
./tuxlite_zf/templates/base.html
./tuxlite_zf/templates/index.html
./waterspill-en/templates/base.html
./waterspill/templates/base.html
./zurb-F5-basic/templates/base.html
./zurb-F5-basic/templates/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment