themefisher / airspace-hugo

Airspace Hugo theme for multipurpose use, like Portfolio, Blog, Business.
https://gethugothemes.com/products/airspace/?utm_source=airspace_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
354 stars 509 forks source link

Error "render of "page" failed #188

Closed tonycorreia91 closed 3 years ago

tonycorreia91 commented 3 years ago

Firstly, I'm a big fan Somrat. I made my personal website with your somrat theme. Now I am trying to build my company's website. I am trying to use aws cloud9 as my IDE (i.e., trying to avoid using netlify & forestry (is this possible?). I have added the theme and submodule for this airspace theme in cloud9, but when I tried to serve it locally, I receive the following error. How do I fix this?

ERROR 2021/08/10 02:49:24 render of "page" failed: "/home/ec2-user/environment/quickstart/themes/airspace/layouts/_default/baseof.html:3:4": execute of template failed: template: _default/single.html:3:4: executing "_default/single.html" at <partial "head.html" .>: error calling partial: partial "head.html" not found

tonycorreia91 commented 3 years ago

This has been resolved. The issue was that I wasn't copying and pasting all of the files from the /examplesite into the home directory.