Skip to content

Commit de1c75c

Browse files
author
markzegarelli
authored
Merge pull request #1719 from segmentio/remove-ext-link-icons
remove external link icons
2 parents a5f628d + db696cc commit de1c75c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/_includes/content/current-version.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<p>Release Date: {{release.date | date: "%b %d, %Y" }}</p>
1515

1616
<div class="links">
17-
<a href="https:///github.com/segmentio/{{page.repo}}" target="_blank"><img src="/docs/images/github.svg" /></a>
18-
<a href="https:///github.com/segmentio/{{page.repo}}/tags.atom" target="_blank"><img src="/docs/images/atom.svg" /></a>
17+
<a class="no-icon" href="https:///github.com/segmentio/{{page.repo}}" target="_blank"><img src="/docs/images/github.svg" /></a>
18+
<a class="no-icon" href="https:///github.com/segmentio/{{page.repo}}/tags.atom" target="_blank"><img src="/docs/images/atom.svg" /></a>
1919
{% if page.repo == 'analytics-android' %}
2020
<a href="https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android/analytics"><img style="height: 18px;" src="https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android/analytics/badge.svg" /></a>
2121
{% endif %}

src/_sass/components/_markdown.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,8 @@
260260
a[target="_blank"]:after{
261261
content: url("/docs/images/external-link-alt-solid.svg");
262262
margin-left: 4px;
263+
}
264+
265+
a.no-icon[target="_blank"]:after {
266+
content: none
263267
}

0 commit comments

Comments
 (0)