_layouts/home-1.html in appscms-tools-theme-4.7.5 vs _layouts/home-1.html in appscms-tools-theme-4.7.6

- old
+ new

@@ -6,12 +6,14 @@ <!DOCTYPE html> <html lang="{{page.lang}}"> {% include head/index.html %} + <body> {% include header/index.html %} + {%- include appscms/navbars/toolbar.html -%} {%- if homeData.H1 or homeData.H2 -%} <div class="flex-container mb-1"> <div class="flex-class py-5"> <div class="d-flex justify-content-center align-items-center"> @@ -72,29 +74,11 @@ <p class="home1-feature-desc">{{product.description}}</p> </div> </li> {% endfor %} </ul> - <!-- another tools box design --> - <!-- <nav class="home1-tools-list"> - <ul class="home1-tools-container"> - {% for product in homeData.features %} - <li class="home1-tool-box"> - <a href="{{product.url}}" class="home1-tool-name"> - <div class="home1-tool-detials"> - <div class="home1-tool-img"> - <img src="{{product.icon}}" height="25px" width="25px" - alt="home1-tool-icon" {%- if site.crossorigin -%} crossorigin {%- - endif -%}> - </div> - <div class="home1-tool-text">{{product.name}}</div> - </div> - </a> - </li> - {% endfor %} - </ul> - </nav> --> + </div> </div> </div> </div> </div> @@ -193,37 +177,10 @@ </div> </div> </section> {%- endif -%} {%- endif -%} - - - <!-- {%- include share/socialshare.html -%} --> {%- include Rating/rating.html -%} - - <!-- {%- assign langen = "en" -%} - {%- if site.data[folder][langen][file].categories -%} - {% assign categories= site.data[folder][langen][file].categories %} - {%- else -%} - {% assign categories= page.categories %} - {%- endif -%} - {%- if site.data[folder][langen][file].tags -%} - {% assign tags= site.data[folder][langen][file].tags %} - {%- else -%} - {% assign tags= page.tags %} - {%- endif -%} - {%- if categories.size> 0 or tags.size>0-%} - {%- include section/related_categories_post.html -%} - {%- else -%} - {%- include section/recent_posts.html -%} - {% endif %} - {%- if site.customblogdata -%} - {%- if categories.size> 0 or tags.size>0-%} - {%- include customblog/relatedposts.html -%} - {%- else -%} - {%- include customblog/recentposts.html -%} - {% endif %} - {%- endif -%} --> {% include footer/index.html %} {% include script.html %} </body> </html> \ No newline at end of file