Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Changing .hbs theme files not working

#604
Avatar photo[anonymous]

From the theme Tattoo, I’ve added to top.hbs

“{{#if @config.custom.uploadHero}}
         <figure>
            <img
               class=”lazyload”
               {{#checkIf @config.custom.lazyLoadEffect ‘!==’ “lqip” }}
                   src=”{{@config.custom.uploadHero}}”
               {{else}}
                   data-src=”{{@config.custom.uploadHero}}”
               {{/checkIf}}
               {{responsiveSrcSet @config.custom.uploadHero}}
               {{responsiveSizes}}
               alt=”{{@config.custom.uploadHeroAlt}}”>
            {{#if @config.custom.uploadHeroCaption}}
               <figcaption>
                  {{@config.custom.uploadHeroCaption}}
               </figcaption>
            {{/if}}
         </figure>
      {{/if}}”
and I’ve changed at index.hbs :
“<time datetime=”{{date @website.lastUpdate ‘YYYY-MM-DDTHH:mm’}}”>”
to “<time datetime=”{{date @website.lastUpdate ‘DD-MM-YYYY’}}”>”,
but nothing change.