We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228dd96 commit 2f630c9Copy full SHA for 2f630c9
layouts/shortcodes/show-on-path.html
@@ -23,6 +23,8 @@
23
{{/* Debug output */}}
24
<div style="border: 1px solid red; padding: 10px; margin: 10px 0; background: #ffe6e6;">
25
<strong>Debug Info:</strong><br>
26
+RelPermalink: {{ .Page.RelPermalink }}<br>
27
+RelRef: {{ .Page.RelRef .Page.File.Path }}<br>
28
currentPath: {{ $currentPath }}<br>
29
filepath: {{ $filepath }}<br>
30
normalizedCurrentPath: {{ $normalizedCurrentPath }}<br>
0 commit comments