-
Sorry for the basic question. I'm just banging my head against the wall trying to figure out what I'm doing wrong. I'm using I've added a I've created a The contents are
This seems to have no effect. Thanks for any help in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
From the information you gave us, it looks like you put .
├─ overrides/
│ └─ main.html
└─ mkdocs.yml |
Beta Was this translation helpful? Give feedback.
-
Thanks but modifying the structure to the recommended file structure doesn't seem to fix it. Further, modifying modified
Here's a version with the modified file structure showing that the page revision date isn't being moved to the top even when following the recommended file structure. Could this be an issue with |
Beta Was this translation helpful? Give feedback.
-
Well this is slightly embarrassing. Turns out I was using the wrong variable name for I'm still trying to figure out how to disable the default placement of "Last updated" when using the variable and how I can place the variable below the page title, but that seems like a question for @timvink. By the way, this works with the subdirectory structure I was originally using. |
Beta Was this translation helpful? Give feedback.
Well this is slightly embarrassing.
Turns out I was using the wrong variable name for
git-revision-date-localized
. Should bepage.meta.git_revision_date_localized
instead ofpage.meta.revision_date
.I'm still trying to figure out how to disable the default placement of "Last updated" when using the variable and how I can place the variable below the page title, but that seems like a question for @timvink.
By the way, this works with the subdirectory structure I was originally using.