You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to switch page layout from row to grid -- I expect to be able to toggle between these two using those exact phrases in the config.toml site_layout = "" line.
Actual behavior
I get an error message when running it on my local machine: Screenshot
failed to render pages: render of "home" failed: execute of template failed: template: index.html:5:8: executing "main" at <partial "grid.html" .>: error calling partial: "/Users/duck/repos/community-pulse-source/themes/castanet/layouts/partials/grid.html:104:33": execute of template failed: template: partials/grid.html:104:33: executing "partials/grid.html" at <.Permalink>: can't evaluate field Permalink in type *page.Pager
This happens whether jumbotron is true or false.
Reproduction Steps
Switch config.toml site_layout = "" line from row to grid
Operating System and Version
Mac OS 10.14.6
Web Browser and Version
Chrome 78.0.3904.87
Hugo Version
v0.59.1/extended darwin/amd64
The text was updated successfully, but these errors were encountered:
I was having the same issue when trying to upgrade arresteddevops.com to the latest Castanet, so it's the same bug I think. So the good news is, I can see it replicate in your site too. I'll work on this today.
Expected behavior
Trying to switch page layout from
row
togrid
-- I expect to be able to toggle between these two using those exact phrases in the config.tomlsite_layout = ""
line.Actual behavior
I get an error message when running it on my local machine:
Screenshot
This happens whether
jumbotron
is true or false.Reproduction Steps
Switch config.toml
site_layout = ""
line fromrow
togrid
Operating System and Version
Mac OS 10.14.6
Web Browser and Version
Chrome 78.0.3904.87
Hugo Version
v0.59.1/extended darwin/amd64
The text was updated successfully, but these errors were encountered: