Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
netsplit.uk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mike Jones
netsplit.uk
Commits
75fb3e7b
Verified
Commit
75fb3e7b
authored
Feb 13, 2019
by
Mike Jones
🌶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Gitlab and GitHub icons (fa -> fab)
parent
ba0ecfc8
Pipeline
#189
passed with stages
in 1 minute and 1 second
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
themes/netsplit/layouts/partials/head.html
themes/netsplit/layouts/partials/head.html
+1
-0
themes/netsplit/layouts/partials/nav.html
themes/netsplit/layouts/partials/nav.html
+1
-1
themes/netsplit/layouts/taxonomy/author.html
themes/netsplit/layouts/taxonomy/author.html
+3
-3
No files found.
themes/netsplit/layouts/partials/head.html
View file @
75fb3e7b
<head>
<meta
charset=
"utf8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"description"
content=
"{{ if .IsNode }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ else }}{{ with .Description }}{{ . }}{{ end }}{{ end }}"
>
{{.Hugo.Generator}}
...
...
themes/netsplit/layouts/partials/nav.html
View file @
75fb3e7b
...
...
@@ -29,7 +29,7 @@
<a
class=
"nav-link"
href=
"{{ .Site.Params.gitlab }}"
><i
class=
"fa fa-gitlab"
></i></a>
><i
class=
"fa
b
fa-gitlab"
></i></a>
</li>
{{ end }}
</ul>
...
...
themes/netsplit/layouts/taxonomy/author.html
View file @
75fb3e7b
...
...
@@ -8,7 +8,7 @@
{{ end }}
</h1>
{{ if or .Params.website .Params.gitlab }}
{{ if or .Params.website .Params.gitlab
.Params.github .Params.keybase
}}
<ul
class=
"tag-list"
>
{{ if .Params.website }}
<li>
...
...
@@ -30,7 +30,7 @@
href=
"{{ .Params.gitlab }}"
>
<span
class=
"badge badge-secondary"
>
<i
class=
"fa fa-gitlab"
></i>
Gitlab
<i
class=
"fa
b
fa-gitlab"
></i>
Gitlab
</span>
</a>
</li>
...
...
@@ -43,7 +43,7 @@
href=
"{{ .Params.github }}"
>
<span
class=
"badge badge-secondary"
>
<i
class=
"fa fa-github"
></i>
GitHub
<i
class=
"fa
b
fa-github"
></i>
GitHub
</span>
</a>
</li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment