Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
p2p.faircoin.co
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FairCoin.Co
p2p.faircoin.co
Commits
c89483c6
Commit
c89483c6
authored
5 years ago
by
TonyFord
Browse files
Options
Downloads
Patches
Plain Diff
update asset path
parent
5a50f604
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_includes/head.html
+3
-3
3 additions, 3 deletions
_includes/head.html
_layouts/default.html
+5
-5
5 additions, 5 deletions
_layouts/default.html
_layouts/selectln.html
+1
-1
1 addition, 1 deletion
_layouts/selectln.html
with
9 additions
and
9 deletions
_includes/head.html
+
3
−
3
View file @
c89483c6
...
...
@@ -7,8 +7,8 @@
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/the-grid-flexbox@2.0.1/css/the-grid.min.css"
>
<link
href=
"https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"{{
"
/
css
/
main.css
"
|
prepend:
sit
e.
b
as
eurl
}}
"
>
<link
rel=
"stylesheet"
href=
"{{
includ
e.as
setpath }}css/main.css
"
>
<link
rel=
"shortcut icon"
href=
"{{
site.url}}{{sit
e.
b
as
eurl
}}
/
assets/img/favicon.png"
>
<link
rel=
"icon"
href=
"{{
site.url}}{{sit
e.
b
as
eurl
}}
/
assets/img/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"{{
includ
e.as
setpath
}}assets/img/favicon.png"
>
<link
rel=
"icon"
href=
"{{
includ
e.as
setpath
}}assets/img/favicon.png"
>
</head>
This diff is collapsed.
Click to expand it.
_layouts/default.html
+
5
−
5
View file @
c89483c6
{% include head.html %}
{% include head.html
assetpath="../"
%}
<body>
<script
src=
"
{{ site.baseurl }}
/assets/js/jquery.min.js"
></script>
<script
src=
"
..
/assets/js/jquery.min.js"
></script>
<div
class=
""
>
{% include menu.html ln=page.ln %}
...
...
@@ -10,8 +10,8 @@
{% if page.footer != false %}{% include footer.html ln=page.ln %}{% endif %}
</div>
<script
src=
"https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.js"
></script>
<script
src=
"
{{ site.baseurl }}
/assets/js/simple-jekyll-search.js"
></script>
<script
src=
"
{{ site.baseurl }}
/assets/js/script.js"
></script>
<script
src=
"
..
/assets/js/simple-jekyll-search.js"
></script>
<script
src=
"
..
/assets/js/script.js"
></script>
<script>
AOS
.
init
({
once
:
true
...
...
@@ -20,7 +20,7 @@
SimpleJekyllSearch
({
searchInput
:
document
.
getElementById
(
'
search-input
'
),
resultsContainer
:
document
.
getElementById
(
'
results-container
'
),
json
:
'
{{ site.baseurl }}
/search.json
'
json
:
'
..
/search.json
'
})
</script>
</body>
...
...
This diff is collapsed.
Click to expand it.
_layouts/selectln.html
+
1
−
1
View file @
c89483c6
{% include head.html %}
{% include head.html
assetpath="./"
%}
<body
style=
"text-align:center;"
>
<h1>
select language
</h1>
<ul
style=
"list-style:none;"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment