-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed the Share this page component from template (#614)
Closes #613
- Loading branch information
1 parent
4699854
commit ec7aae3
Showing
1 changed file
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
|
||
{# Date modified component: https://wet-boew.github.io/GCWeb/sites/date-modified/date-modified-en.html #} | ||
<section class="pagedetails container"> | ||
<h2 class="wb-inv">{{ pagedetails[locale].pageDetailsHeading }}</h2> | ||
<div class="row"> | ||
<div class="wb-share col-sm-4 col-md-3 col-sm-push-8 col-md-push-9" data-wb-share='{ "lnkClass": "btn btn-default btn-block" }'></div> | ||
<div class="col-sm-6 col-md-5 col-lg-4 col-sm-pull-4 col-md-pull-3"> | ||
<dl id="wb-dtmd"> | ||
<dt>{{ pagedetails[locale].dateModified }}</dt> | ||
<dd><time property="dateModified" datetime="{{ page.date | postDate }}">{{ page.date | postDate }}</time></dd> | ||
</dl> | ||
</div> | ||
</div> | ||
<dl id="wb-dtmd"> | ||
<dt>{{ pagedetails[locale].dateModified }}</dt> | ||
<dd><time property="dateModified">{{ page.date | postDate }}</time></dd> | ||
</dl> | ||
</section> |