As we discussed in issue #31 in gbl-site, blocks can be only used in base templates, thus I think we should move all code from partial head.html into baseof.html. @vojta001 u agree?
As we discussed in [issue #31 in gbl-site](https://github.com/vojta001/gbl-site/issues/31), blocks can be only used in base templates, thus I think we should move all code from partial head.html into baseof.html. @vojta001 u agree?
Also the <head> is not something, that is likely to be reused elsewhere, since there is only a single head, thus there is no need for it to be in a partial.
Also the `<head>` is not something, that is likely to be reused elsewhere, since there is only a single head, thus there is no need for it to be in a partial.
I agree with this and also if the only effect on us is having to include <head> in our baseof.html it's too minor to be worth our time.
But I am still wondering what the real cause of this limitation is (if there is any). But that's a question for Hugo/Go html/template developers.
We can close this issue from my perspective.
I agree with this and also if the only effect on us is having to include `<head>` in our baseof.html it's too minor to be worth our time.
But I am still wondering what the real cause of this limitation is (if there is any). But that's a question for Hugo/Go `html/template` developers.
We can close this issue from my perspective.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
As we discussed in issue #31 in gbl-site, blocks can be only used in base templates, thus I think we should move all code from partial head.html into baseof.html. @vojta001 u agree?
Also the
<head>is not something, that is likely to be reused elsewhere, since there is only a single head, thus there is no need for it to be in a partial.Did it anyway in
bee0191.I agree with this and also if the only effect on us is having to include
<head>in our baseof.html it's too minor to be worth our time.But I am still wondering what the real cause of this limitation is (if there is any). But that's a question for Hugo/Go
html/templatedevelopers.We can close this issue from my perspective.
closed