I try choosing the banner I need in the front markdown folder ,so I edit the theme/layout/partial/header but after generating I expect reflection on the generated Html but I got the same code I wrote on the header.ejs file I am using Landscape theme in Hexo
after that appear in the generated html meaning hexo couldnot deal with it am i right?
-
<div id="header-outer" class="outer"> <div id="banner" style="background-image: url('{{ page.banner_img || theme.banner }}'); background-size: cover;"> <!-- Content here --> </div>eng-nashar– eng-nashar2024-05-09 03:31:39 +00:00Commented May 9, 2024 at 3:31
-
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer.Community– Community Bot2024-05-10 08:20:56 +00:00Commented May 10, 2024 at 8:20
Add a comment
|
1 Answer
'); background-size: cover;"> I corrected the layout.ejs code
1 Comment
Rathan Naik
As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.