Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2022-09-23 18:45:58 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-09-23 18:45:58 +0300
commit9d4f6d4f179ccfb8bf60c14ffdd61e9a67584971 (patch)
tree8a4387b394ea500f345b853df4df5b3b685676a6 /content
parent0c7e647a0bfc4d5f61b2ef15d34d02b417e53d18 (diff)
Add page ranking capabilities for Algolia search
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index ad211677..22ace0f7 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -513,7 +513,7 @@ h6[id]::before {
// external link and footer social links
[href^='http://'],
[href^='https://'] {
- &:not([href*='gitlab.com']):not(.gitlab-social):not(.no-attachment-icon) {
+ &:not([href*='gitlab.com']):not([href*='nip.io']):not(.gitlab-social):not(.no-attachment-icon) {
&::after {
content: '\f08e';
font-family: FontAwesome, sans-serif;