Swap templates-sdk and templates-sdk-dev files to enable redesign builds by default.
Change-Id: I9eabbbcd823fb29bd2209172c458cb9dad5f24d2
This commit is contained in:
@@ -37,14 +37,12 @@
|
||||
|
||||
<?cs if:header.hide ?>
|
||||
<?cs else ?>
|
||||
<div class="layout-content-row content-header <?cs if:header.justLinks ?>just-links<?cs /if ?>">
|
||||
<div class="layout-content-col span-9">
|
||||
<div class="content-header <?cs if:header.justLinks ?>just-links<?cs /if ?>">
|
||||
<?cs if:header.justLinks ?>
|
||||
<?cs elif:header.title ?><h2><?cs var:header.title ?></h2>
|
||||
<?cs else ?><h2><?cs var:page.title ?></h2>
|
||||
<?cs /if ?>
|
||||
</div>
|
||||
<div class="paging-links layout-content-col span-4" itemscope itemtype="http://schema.org/SiteNavigationElement">
|
||||
<div class="paging-links" itemscope itemtype="http://schema.org/SiteNavigationElement">
|
||||
<a href="#" class="prev-page-link">Previous</a>
|
||||
<a href="#" class="next-page-link">Next</a>
|
||||
</div>
|
||||
@@ -55,9 +53,9 @@
|
||||
|
||||
<?cs if:footer.hide ?>
|
||||
<?cs else ?>
|
||||
<div class="layout-content-row content-footer" itemscope itemtype="http://schema.org/SiteNavigationElement">
|
||||
<div class="paging-links layout-content-col span-9"> </div>
|
||||
<div class="paging-links layout-content-col span-4">
|
||||
<div class="cols content-footer" itemscope itemtype="http://schema.org/SiteNavigationElement">
|
||||
<div class="paging-links col-9"> </div>
|
||||
<div class="paging-links col-4">
|
||||
<a href="#" class="prev-page-link">Previous</a>
|
||||
<a href="#" class="next-page-link">Next</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user