Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
diversions
diversions-2019.collection-incertitudes
Commits
35e2c3f7
Commit
35e2c3f7
authored
Apr 23, 2020
by
colm
Browse files
link hierarchy error on root level documents
parent
80c7e7f8
Pipeline
#511
canceled with stage
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/about.html
View file @
35e2c3f7
...
...
@@ -9,9 +9,9 @@
<meta
name=
"viewport"
content=
"initial-scale=1"
>
<link
rel=
'shortcut icon'
type=
'image/png'
sizes=
'32x32'
href=
''
>
<link
rel=
"stylesheet"
href=
"
../
static/build/screen.css"
>
<script
src=
"
../
static/build/jquery-3.2.1.min.js"
></script>
<script
src=
"
../
static/build/chart.js"
></script>
<link
rel=
"stylesheet"
href=
"static/build/screen.css"
>
<script
src=
"static/build/jquery-3.2.1.min.js"
></script>
<script
src=
"static/build/chart.js"
></script>
</head>
...
...
@@ -262,7 +262,7 @@
</div>
<script
type=
"text/javascript"
src=
"
../
static/js/typed.js"
></script>
<script
src=
"
../
static/build/main.js"
></script>
<script
type=
"text/javascript"
src=
"static/js/typed.js"
></script>
<script
src=
"static/build/main.js"
></script>
</body>
</html>
public/collection.html
View file @
35e2c3f7
...
...
@@ -9,9 +9,9 @@
<meta
name=
"viewport"
content=
"initial-scale=1"
>
<link
rel=
'shortcut icon'
type=
'image/png'
sizes=
'32x32'
href=
''
>
<link
rel=
"stylesheet"
href=
"
../
static/build/screen.css"
>
<script
src=
"
../
static/build/jquery-3.2.1.min.js"
></script>
<script
src=
"
../
static/build/chart.js"
></script>
<link
rel=
"stylesheet"
href=
"static/build/screen.css"
>
<script
src=
"static/build/jquery-3.2.1.min.js"
></script>
<script
src=
"static/build/chart.js"
></script>
</head>
...
...
@@ -310,7 +310,7 @@
</div>
<script
type=
"text/javascript"
src=
"
../
static/js/typed.js"
></script>
<script
src=
"
../
static/build/main.js"
></script>
<script
type=
"text/javascript"
src=
"static/js/typed.js"
></script>
<script
src=
"static/build/main.js"
></script>
</body>
</html>
public/index.html
View file @
35e2c3f7
...
...
@@ -9,9 +9,9 @@
<meta name="viewport" content="initial-scale=1">
<link rel='shortcut icon' type='image/png' sizes='32x32' href=''>
<link rel="stylesheet" href="
../
static/build/screen.css">
<script src="
../
static/build/jquery-3.2.1.min.js"></script>
<script src="
../
static/build/chart.js"></script>
<link rel="stylesheet" href="static/build/screen.css">
<script src="static/build/jquery-3.2.1.min.js"></script>
<script src="static/build/chart.js"></script>
</head>
...
...
@@ -31,7 +31,7 @@
</div>
</div>
<div class="colspan12-9 push12-1 colspan6-5 colspan2-2 as-grid with-gutter">
<a href="
../
index.html"><h1 id="main-title"></h1></a>
<a href="index.html"><h1 id="main-title"></h1></a>
</div>
<div class="colspan12-1 colspan6-1 colspan2-2 as-grid with-gutter">
<div class="top-right-context">
...
...
@@ -7113,7 +7113,7 @@
</div>
<script type="text/javascript" src="
../
static/js/typed.js"></script>
<script src="
../
static/build/main.js"></script>
<script type="text/javascript" src="static/js/typed.js"></script>
<script src="static/build/main.js"></script>
</body>
</html>
public/news.html
View file @
35e2c3f7
...
...
@@ -9,9 +9,9 @@
<meta
name=
"viewport"
content=
"initial-scale=1"
>
<link
rel=
'shortcut icon'
type=
'image/png'
sizes=
'32x32'
href=
''
>
<link
rel=
"stylesheet"
href=
"
../
static/build/screen.css"
>
<script
src=
"
../
static/build/jquery-3.2.1.min.js"
></script>
<script
src=
"
../
static/build/chart.js"
></script>
<link
rel=
"stylesheet"
href=
"static/build/screen.css"
>
<script
src=
"static/build/jquery-3.2.1.min.js"
></script>
<script
src=
"static/build/chart.js"
></script>
</head>
...
...
@@ -213,7 +213,7 @@
</div>
<script
type=
"text/javascript"
src=
"
../
static/js/typed.js"
></script>
<script
src=
"
../
static/build/main.js"
></script>
<script
type=
"text/javascript"
src=
"static/js/typed.js"
></script>
<script
src=
"static/build/main.js"
></script>
</body>
</html>
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