Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: remove extra page sidebar icons #274

Draft
wants to merge 1 commit into
base: next-gen-develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions _includes/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,6 @@
<input id="page-url" type="text" class="hide" value="{{page.url|absolute_url}}">
{%- comment -%} The only cross-browser compatible way to copy the current page url into a clipboard is to store it in a hidden input box {%- endcomment -%}
</div>
<div class="actionbar__inner padding--top--sm">
<a href="mailto:?Subject={{page.title}}&amp;Body= {{page.url|absolute_url}}" id="mail-anchor" aria-label="Mail">
<button class="bp-button">
<i
class="sgds-icon sgds-icon-mail is-size-4">
</i>
</button>
</a>
</div>
<div class="actionbar__inner padding--top--sm">
{%- assign url_input = "http://www.facebook.com/sharer.php?u={{page.url|absolute_url|escape}}"" -%}
{%- include functions/external_url.html -%}
<a {{anchor}} id="fb-anchor" aria-label="Share in Facebook">
<button class="bp-button">
<i
class="sgds-icon sgds-icon-facebook-alt is-size-4">
</i>
</button>
</a>
</div>
<div class="actionbar__inner padding--top--sm">
{%- assign url_input = "https://www.linkedin.com/sharing/share-offsite/?url={{page.url|absolute_url|escape}}&title={{page.title}}"" -%}
{%- include functions/external_url.html -%}
<a {{anchor}} id="li-anchor" aria-label="Share in LinkedIn">
<button class="bp-button">
<i
class="sgds-icon sgds-icon-linkedin-alt is-size-4">
</i>
</button>
</a>
</div>
</div>
</div>

Expand Down