_layouts/feature.html in appscms-tools-theme-0.4.1 vs _layouts/feature.html in appscms-tools-theme-0.4.2

- old
+ new

@@ -1,9 +1,9 @@ - <!DOCTYPE html> <html lang="en" data-tool="landing"> {% include head/index.html %} + <body> {% include header/index.html %} {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign dataArr = site.data.feature[lang][file] %} @@ -36,12 +36,12 @@ <div class="sc-1ttxsn1-1 hvHwmD"> <div class="sc-1rkezdt-0 cweQTx"> <div class="sc-1rkezdt-1 buUasx"> <div class="sc-1rkezdt-2 cwvKbP"></div> <div class="sc-1rkezdt-3 hzsTQm"> - <!-- <input type="file" id="__picker-input" multiple="" accept="application/pdf,.pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document,.docx,application/msword,.doc,application/vnd.openxmlformats-officedocument.presentationml.presentation,.pptx,application/vnd.ms-powerpoint,.ppt,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,.xlsx,application/vnd.ms-excel,.xls,image/bmp,.bmp,image/jpeg,.jpg,.jpeg,image/png,.png,image/tiff,.tif,.tiff" class="sc-1oqtgb8-0 fqzcVW"> --> - {{content}} + <!-- <input type="file" id="__picker-input" multiple="" accept="application/pdf,.pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document,.docx,application/msword,.doc,application/vnd.openxmlformats-officedocument.presentationml.presentation,.pptx,application/vnd.ms-powerpoint,.ppt,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,.xlsx,application/vnd.ms-excel,.xls,image/bmp,.bmp,image/jpeg,.jpg,.jpeg,image/png,.png,image/tiff,.tif,.tiff" class="sc-1oqtgb8-0 fqzcVW"> --> + {{content}} </div> </div> </div> </div> </div> @@ -87,14 +87,16 @@ <div style="display:flex" id="__cond-1011327"> <div class="sc-1xhbmbb-0 gBHowc"> <div class="sc-1ttxsn1-0 fxCLCz"> <div class="sc-1ttxsn1-1 hvHwmD"> <div class="sc-1xhbmbb-1 gBPLal"> - <div class="sc-1xhbmbb-3 gCgEiD"><img class="sc-1xhbmbb-4 gCpaMM" src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}" - alt="How to reduce a PDF size online:"></div> + <div class="sc-1xhbmbb-3 gCgEiD"><img class="sc-1xhbmbb-4 gCpaMM" + src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}" alt="How to reduce a PDF size online:"> + </div> <div class="sc-1xhbmbb-5 gCxxqV"> - <h3 class="sc-1xhbmbb-2 gBYhEu">{{dataToShow.HOW_TO_CONTENT.heading | replace: "$variable", page.value}}</h3> + <h3 class="sc-1xhbmbb-2 gBYhEu">{{dataToShow.HOW_TO_CONTENT.heading | replace: "$variable", + page.value}}</h3> <ol class="sc-1xhbmbb-6 gCFTVe"> {% for data in dataToShow.HOW_TO_CONTENT.steps %} <li class="sc-1xhbmbb-7 gCOqzn">{{data | replace: "$variable", page.value}}</li> {% endfor %} </ol> @@ -127,11 +129,11 @@ </div> <!-- FAQ section End --> <!-- Footer --> {% include footer/index.html %} + {% include script.html %} <!-- Footer End --> </body> -<link rel="stylesheet" href="{{ 'css/feature.css' | relative_url }}"> </html> \ No newline at end of file