Skip to content

Instantly share code, notes, and snippets.

@jerryasher
Created January 11, 2017 10:01
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/b439f5e8075c9eef344881ac3dde3ceb to your computer and use it in GitHub Desktop.
Save jerryasher/b439f5e8075c9eef344881ac3dde3ceb to your computer and use it in GitHub Desktop.
Occurrences of PAGES in pelican
All occurrences of PAGES
./aboutwilson/templates/base.html: {% for page in PAGES %}
./alchemy/alchemy/templates/base.html: {% if LINKS or (DISPLAYON_MENU and PAGES) or ICONS %}
./alchemy/alchemy/templates/base.html: {% for page in PAGES %}
./alchemy/alchemy/templates/base.html: {% if (LINKS or (DISPLAYON_MENU and PAGES)) and loop.first %}
./blue-penguin/templates/base.html: {% for p in PAGES %}
./bluegrasshopper/templates/base.html: {% for page in PAGES %}
./bluegrasshopper/templates/index.html: {% for page in PAGES %}
./blueidea/templates/base.html: {% for pg in PAGES | sort(attribute=SORT_ATTRIBUTE) %}
./blueidea/templates/index.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 %}
./burrito/templates/base.html: {% for page in PAGES %}
./burrito/templates/index.html: {% for page in PAGES %}
./Casper2Pelican/templates/navigation.html: {% for p in PAGES %}
./cebong/templates/base.html: {% for page in PAGES %}
./cebong/templates/index.html: {% for page in PAGES %}
./chunk/templates/base.html: {% for p in PAGES %}
./cid/templates/footer.html: {% for page in PAGES %}
./cid/templates/landing.html: {% for page in PAGES %}
./clean-blog/templates/base.html: {% for p in PAGES %}
./crowsfoot/templates/base.html: {% for p in PAGES %}
./dev-random/templates/includes/sidebar.html: {% for p in PAGES %}
./dev-random2/templates/includes/sidebar.html: {% for p in PAGES %}
./dev-random3/templates/sidebar.html: {% for p in PAGES %}
./eevee/templates/partials/footer_menu.html: {% for page in PAGES %}
./eevee/templates/partials/header_menu.html: {% for page in PAGES %}
./foundation-default-colours/templates/base.html: {% for pg in PAGES | sort(attribute='index') %}
./franticworld/templates/sidebar.html:{% if PAGES %} {% for page in PAGES %}
./franticworld/templates/sidebar.html:{% for page in PAGES %}
./fresh/templates/base.html: {% for pa in PAGES %}
./fresh/templates/index.html: {% for page in PAGES %}
./gum/templates/base.html: {% for p in PAGES %}
./gum/templates/sidebar.html: {% for p in PAGES %}
./html5-dopetrope/templates/base.html: {% for p in PAGES %}
./irfan/templates/base.html: {% for p in PAGES %}
./iris/templates/base.html: {% for p in PAGES %}
./Just-Read/templates/base.html: {% for p in PAGES %}
./lab/templates/base.html: {% for p in PAGES %}
./lannisport/templates/navigation.html: {% for page in PAGES %}
./lazystrap/templates/base.html: {% for p in PAGES %}
./lightweight/templates/menu.html: {% for p in PAGES %}
./lovers/templates/base.html: {% for page in PAGES %}
./martin-pelican/templates/base.html: {% for p in PAGES %}
./medius/templates/index.html: {% for p in PAGES %}
./mg/templates/base.html: {% for p in PAGES %}
./mg/templates/base.html: {% for p in PAGES %}
./mnmlist/templates/base.html: {% for page in PAGES %}
./monospace/templates/base.html: {% for page in PAGES %}
./nest/templates/base.html: {% for pg 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 %}
./nice-blog/templates/base.html: {% for p in PAGES %}
./nikhil-theme/templates/base.html: {% for p in PAGES %}
./nmnlist/templates/base.html: {% for page in PAGES %}
./notebook/templates/base.html: {% if DISPLAYON_MENU 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 %}
./Nuja/templates/base.html: {% for page in PAGES %}
./octopress/templates/_includes/navigation.html: {% for page in PAGES %}
./pelican-blue/templates/base.html: {% if DISPLAYON_MENU and PAGES %}{% for p in pages %}
./pelican-cait/templates/sidebar.html: {% for page in PAGES %}
./pelican-mockingbird/templates/base.html: {% for page in PAGES -%}
./pelican-simplegrey/templates/base.html: {% if PAGES %}
./pelican-simplegrey/templates/base.html: {% for p in PAGES %}
./pelican-sober/templates/base.html: {% if PAGES %}
./pelican-sober/templates/base.html: {% for p in PAGES %}
./pelipress/templates/_includes/navigation.html: {% for page in PAGES %}
./photowall/templates/base.html: {% for pg in PAGES %}
./photowall/templates/index.html: {% for page in PAGES %}
./pjport/templates/_base.html: {% for p in PAGES %}
./plumage/templates/base.html: {% for p in PAGES %}
./pujangga/templates/base.html: {% for page in PAGES %}
./relapse/templates/base.html: {% for page_num in range(1, PAGES|length + 1) %} {# TODO: improve wasteful inner loop #}
./relapse/templates/base.html: {% for page_iter in PAGES if page_iter.order and page_iter.order|int > 0 %}
./relapse/templates/base.html: {% for page_iter in PAGES if not page_iter.order %}
./relapse/templates/index.html: {% for page_num in range(1, PAGES|length + 1) %} {# TODO: improve wasteful inner loop #}
./relapse/templates/index.html: {% for page_iter in PAGES if page_iter.order and page_iter.order|int > 0 %}
./relapse/templates/index.html: {% for page_iter in PAGES if not page_iter.order %}
./Responsive-Pelican/templates/base.html: {% for p 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 %}
./sora/templates/base.html: {% for p in PAGES %}
./subtle/templates/base.html: {% for page in PAGES %}
./subtle/templates/index.html: {% for page in PAGES %}
./sundown/templates/sidebar.html: {% for page in PAGES %}
./svbtle/templates/base.html: {% for p 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 %}
./twenty-html5up/templates/base.html: {% for page in PAGES %}
./voidy-bootstrap/templates/base.html: {% for item in PAGES %}
./w3-personal-blog/templates/header_menu.html: {% for pa in PAGES %}
./w3-personal-blog/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 with PAGE
./aboutwilson/templates/base.html
./alchemy/alchemy/templates/base.html
./blue-penguin/templates/base.html
./bluegrasshopper/templates/base.html
./bluegrasshopper/templates/index.html
./blueidea/templates/base.html
./blueidea/templates/index.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
./burrito/templates/base.html
./burrito/templates/index.html
./Casper2Pelican/templates/navigation.html
./cebong/templates/base.html
./cebong/templates/index.html
./chunk/templates/base.html
./cid/templates/footer.html
./cid/templates/landing.html
./clean-blog/templates/base.html
./crowsfoot/templates/base.html
./dev-random/templates/includes/sidebar.html
./dev-random2/templates/includes/sidebar.html
./dev-random3/templates/sidebar.html
./eevee/templates/partials/footer_menu.html
./eevee/templates/partials/header_menu.html
./foundation-default-colours/templates/base.html
./franticworld/templates/sidebar.html
./fresh/templates/base.html
./fresh/templates/index.html
./gum/templates/base.html
./gum/templates/sidebar.html
./html5-dopetrope/templates/base.html
./irfan/templates/base.html
./iris/templates/base.html
./Just-Read/templates/base.html
./lab/templates/base.html
./lannisport/templates/navigation.html
./lazystrap/templates/base.html
./lightweight/templates/menu.html
./lovers/templates/base.html
./martin-pelican/templates/base.html
./medius/templates/index.html
./mg/templates/base.html
./mnmlist/templates/base.html
./monospace/templates/base.html
./nest/templates/base.html
./new-bootstrap2/templates/base.html
./new-bootstrap2/templates/index.html
./nice-blog/templates/base.html
./nikhil-theme/templates/base.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
./Nuja/templates/base.html
./octopress/templates/_includes/navigation.html
./pelican-blue/templates/base.html
./pelican-cait/templates/sidebar.html
./pelican-mockingbird/templates/base.html
./pelican-simplegrey/templates/base.html
./pelican-sober/templates/base.html
./pelipress/templates/_includes/navigation.html
./photowall/templates/base.html
./photowall/templates/index.html
./pjport/templates/_base.html
./plumage/templates/base.html
./pujangga/templates/base.html
./relapse/templates/base.html
./relapse/templates/index.html
./Responsive-Pelican/templates/base.html
./simple-bootstrap/templates/base.html
./sneakyidea/templates/base.html
./sneakyidea/templates/index.html
./SoMA/templates/index.html
./SoMA2/templates/index.html
./sora/templates/base.html
./subtle/templates/base.html
./subtle/templates/index.html
./sundown/templates/sidebar.html
./svbtle/templates/base.html
./syte/templates/base.html
./tuxlite_tbs/templates/base.html
./tuxlite_zf/templates/base.html
./tuxlite_zf/templates/index.html
./twenty-html5up/templates/base.html
./voidy-bootstrap/templates/base.html
./w3-personal-blog/templates/header_menu.html
./w3-personal-blog/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