Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
8
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jagger De Leo
blog
Commits
9df49735
Verified
Commit
9df49735
authored
Apr 30, 2022
by
Jagger De Leo
Browse files
Add license link
parent
57a966b3
Pipeline
#528601875
passed with stages
in 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config.toml
View file @
9df49735
...
...
@@ -10,6 +10,7 @@ relativeURLs = true
configDir
=
"config/"
src
=
"https://gitlab.com/jagger27/blog/"
commitPath
=
"-/commit/"
license
=
"https://gitlab.com/jagger27/blog/-/blob/main/LICENSE"
[links]
twitter
=
"https://twitter.com/jagger27"
...
...
themes/jcdl/layouts/index.html
View file @
9df49735
...
...
@@ -58,6 +58,10 @@
{{ if .Site.Params.src }}
<li><span
class=
"link-arrow"
>
=
>
</span><a
href=
"{{ .Site.Params.src }}"
>
source code
</a></li>
{{ end }}
{{ if .Site.Params.License }}
<li><span
class=
"link-arrow"
>
=
>
<span
class=
""
><a
href=
"{{ site.Params.License }}"
>
license
</a></span></li>
{{ end }}
</ul>
<ul
class=
"link-list"
>
{{ range where .Site.RegularPages "Type" "meta" }}
...
...
Write
Preview
Supports
Markdown
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