Skip to content

Commit 8f2bdb6

Browse files
committed
Remove GitHub Nav Links
1 parent c767c7d commit 8f2bdb6

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

_config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ heading_anchors: true
1616

1717
favicon_ico: "/assets/images/favicon.ico"
1818

19-
aux_links:
20-
liquid-java: https://github.com/liquid-java/liquidjava
21-
vscode-liquidjava: https://github.com/liquid-java/vscode-liquidjava
22-
liquidjava-examples: https://github.com/liquid-java/liquidjava-examples
23-
liquidjava-tutorial: https://github.com/liquid-java/liquidjava-tutorial
24-
aux_links_new_tab: true
25-
2619
gh_edit_link: true
2720
gh_edit_repository: https://github.com/liquid-java/liquidjava-docs
2821
gh_edit_branch: main

_sass/custom/custom.scss

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,6 @@
1515
text-decoration: none;
1616
}
1717

18-
.aux-nav .aux-nav-list-item a[href*="github.com"] {
19-
display: inline-flex;
20-
align-items: center;
21-
gap: 0.45rem;
22-
}
23-
24-
.aux-nav .aux-nav-list-item a[href*="github.com"]::before {
25-
content: "";
26-
width: 0.95rem;
27-
height: 0.95rem;
28-
flex: 0 0 0.95rem;
29-
background-color: currentColor;
30-
opacity: 0.82;
31-
-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.5-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82A7.64 7.64 0 0 1 8 4.77c.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8Z'/%3E%3C/svg%3E");
32-
mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.5-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82A7.64 7.64 0 0 1 8 4.77c.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8Z'/%3E%3C/svg%3E");
33-
-webkit-mask-repeat: no-repeat;
34-
mask-repeat: no-repeat;
35-
-webkit-mask-position: center;
36-
mask-position: center;
37-
-webkit-mask-size: contain;
38-
mask-size: contain;
39-
}
40-
4118
.side-bar {
4219
background:
4320
radial-gradient(circle at top left, rgba(255, 255, 255, 0.7), transparent 24%),

0 commit comments

Comments
 (0)