-
Notifications
You must be signed in to change notification settings - Fork 991
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
Can't import macros in index.html of themes #185
Comments
Ok found the issue, Tera only use the update paths in blocks in the renderer and use the AST |
Keats/tera@b87a920 will fix it (tried locally). If you try the |
Sorry, but it seems the issue still persists for me. I even checked out the after-dark theme and it's the same. I built the next branch with head pointing to the following commit:
The same error:
|
Can you do a cargo update to make sure it's using tera beta.1? I don't know
if I updated the cargo.lock.
…On 25 Nov 2017 16:34, "Mohammad S. Babaei" ***@***.***> wrote:
Sorry, but it seems the issue still persists for me. I even checked out
the after-dark theme and it's the same. I built the next branch with head
pointing to the following commit:
commit 6db79e7
Author: Vincent Prouillet ***@***.***>
Date: Fri Nov 24 17:52:24 2017 +0100
Update to Tera 0.11 beta
The same error:
Error: Failed to render page '/home/babaei/dev/babaei-net-blog-source/babaei.net/content/blog/2016-04-29-discourse-as-a-blog-comment-service-on-freebsd-without-docker.md'
Reason: Failed to render 'after-dark/templates/page.html' (error happened in 'after-dark/templates/index.html').
Reason: Template 'post_macros.html' not found
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#185 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AApho6z3cwasvQ7RcLckv9Qjx7PJhXphks5s6DN8gaJpZM4QqBwX>
.
|
That did it:
I rebuilt Gutenberg and it worked. Thank you! |
Unrelated but if you have any opinions on #111 as you are writing in 2 languages, I'll be happy to hear them |
Sure, I'll look into that and report back. |
Fixed in 0.3.0 that is currently building in travis/appveyor |
Original: Keats/tera#235
From a quick look the path do get rewritten correctly so it's not entirely clear what is happening
The text was updated successfully, but these errors were encountered: