Skip to content

Commit

Permalink
Removed the Share this page component from template (#614)
Browse files Browse the repository at this point in the history
Closes #613
  • Loading branch information
shawnthompson authored Aug 21, 2024
1 parent 4699854 commit ec7aae3
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/_includes/partials/pagedetails.njk
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>

0 comments on commit ec7aae3

Please sign in to comment.