-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with next
v0.18+
#164
Comments
excellent, thank you. I wonder if these are intended changes or not, will keep an eye on the zola release. (I have it watched on github) |
You're welcome. Will keep building with 0.18 for now. By chance, having just added a site translation, constructing a section path requires code similar to that linked in (1) 😛 So curious what you come up with. Might even fix it myself 😉 |
Zola 0.19 just dropped. I drafted a release of abridge to preserve a compatible version for 0.18. It looks like your original bug report might have been resolved before 0.19 was released, I am not seeing those issue currently. I did however have to disable the feeds in config.toml:
I believe it might be related to getzola/zola#2477 filed an issue report here: getzola/zola#2537 |
Tonight or tomorrow I'll check this out. Would have done so now, but the whole lot needs syncing and updating, etc. |
I just updated abridge for 0.19.1 so far everything seems OK and the demo is functioning properly. |
Confirmed, 0.19/0.19.1 works here too, on Windows, with the latest Abridge.
Same here, ==but for a different reason it seems== otherwise it throws this error, on multiple pages:
This seems a different issue? Also had to remove
which appears to be baked in now, it seems. Thank you for your responses! |
With the latest abridge you just need to update your
Then after updating Zola to 0.19.1 your Atom feed should work properly. In the demo I also removed the language_name from config.toml back at 0.18.0 when the i18n folder was added. |
It works now. The Abridge /themes/ submodule wasn't updated, still at the previous version or the long words commit (30dfea2). If you checkout 30dfea2 it will throw the same error. Using multiple machines here...
The 0.19 changelog mentioned that variable and As for Windows, the here used method is:
|
Hi, Abridge works fine with v0.18, but breaks when testing the current
next
(up to and getzola/zola@4bf67af). Thought I'd give you a heads up.Translation menus don't substitute dashes properly:
instead of
/nl/software/
its//nlsoftware/
Changing
abridge/templates/base.html
Lines 76 to 77 in d45bc26
to=config.base_url ~ lcode ~ '/')
fixes it fornext
, but breaks 0.18.The logo gets a double
//
innext
(the configbase_url
omits the dash, as recommended)It's fixable by removing the dash here
abridge/templates/base.html
Lines 37 to 38 in d45bc26
Of the recent commits these two come to mind:
getzola/zola@4bf67af (--base-url)
getzola/zola@73e06bd (get_page/get_section language argument)
The text was updated successfully, but these errors were encountered: