File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11= Tables
22:nofooter:
33:page-ogtitle: This page uses the page-ogtitle attribute to generate a custom title for SEO meta
4+ :page-custom-canonical: https://neo4j.com/docs/cypher-manual/current/clauses/where/
45
56.No striping
67// Alternative to stripes attributes is
Original file line number Diff line number Diff line change 33 <link rel =" canonical" href =" {{{ this }}} " >
44 {{ /with }}
55 {{ else }}
6+ {{ #if page.attributes.custom-canonical }}
7+ {{ #with page.attributes.custom-canonical }}
8+ <link rel =" canonical" href =" {{{ this }}} " >
9+ {{ /with }}
10+ {{ else }}
611 <link rel =" canonical" href =" https://neo4j.com{{{ page.attributes.canonical-root }}}{{ page.url }} " >
712 {{ /if }}
13+ {{ /if }}
814
915 {{ #unless (eq page.attributes.pagination undefined )}}
1016 {{ #with page.previous }}
You can’t perform that action at this time.
0 commit comments