Replies: 1 comment
-
|
Hi @davidgs! You are not supposed to update the Check this guide: https://toha-guides.netlify.app/posts/customizing/customize-layout/#step-1--change-the-layout-file |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First I want to say thank you for this amazing theme. I've been using it for years and it is fantastic!
Having said that, moving to the v4 theme has been anything but fantastic. It's been a massive pain. In using Toha before, I made a fair number of modifications to the theme. Mostly by creating a separate theme dir
davidgsand moving theme layouts, etc. that I wanted to modify there. Myconfig.yamlthen listed thedavidgstheme first and thetohatheme second. This worked great.With the move to a module-based theme, this has unleashed havoc.
I modified
layouts/_default/single.htmlin the oldtohadirectory, but now that file is in the mod-cache, so I can't modify it without those changes being over-written. Similarly, I modified/layouts/partials/helpers/get-author-image.htmlwith the same problem. (if you want to see the results of those modifications, check out https://davidgs.com/ and you'll see the "Author" icon in the center as it rotates through a series of images. :-)So, how do I proceed here?
Beta Was this translation helpful? Give feedback.
All reactions