Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Koukofikis
geologically-geology
Commits
d6ff1477
Commit
d6ff1477
authored
3 years ago
by
Koukofikis
Browse files
Options
Download
Email Patches
Plain Diff
Update settings.js
parent
5131475c
Pipeline
#3478
passed with stages
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/settings.js
+5
-32
public/settings.js
with
5 additions
and
32 deletions
+5
-32
public/settings.js
+
5
-
32
View file @
d6ff1477
...
...
@@ -44,7 +44,7 @@ const DEFAULT = {
let
settings
=
{
pageTitle
:
"
M4_LAB Page Title
"
,
pageTitle
:
"
Geologically Geology
"
,
switches
:
[
{
...
...
@@ -59,36 +59,9 @@ let settings = {
participants
:
[
{
name
:
"
John Doe
"
,
avatar
:
DEFAULT
.
avatar
,
email
:
"
john.doe@lalaland.com
"
,
social
:
[
{
agent
:
"
twitter
"
,
icon
:
DEFAULT
.
social
.
twitter
.
icon
,
profile
:
DEFAULT
.
social
.
twitter
.
profile
},
{
agent
:
"
facebook
"
,
icon
:
DEFAULT
.
social
.
facebook
.
icon
,
profile
:
DEFAULT
.
social
.
facebook
.
profile
},
{
agent
:
"
linkedin
"
,
icon
:
DEFAULT
.
social
.
linkedin
.
icon
,
profile
:
DEFAULT
.
social
.
linkedin
.
profile
},
{
agent
:
"
webpage
"
,
icon
:
DEFAULT
.
social
.
webpage
.
icon
,
profile
:
"
https://johndoe.com
"
}
]
},
{
name
:
"
Charlotte Doe
"
,
avatar
:
`
${
BASE_URL
}
/assets/images/charlotte.jpg`
,
email
:
"
charlotte.doe@lalaland.com
"
,
name
:
"
Sophia Mayweather
"
,
avatar
:
`
${
BASE_URL
}
/assets/images/sophia.jpg`
,
email
:
"
sophia.mayweather@geology.com
"
,
social
:
[
{
agent
:
"
twitter
"
,
...
...
@@ -131,4 +104,4 @@ let settings = {
title
:
"
Die Gemeinsame Wissenschaftskonferenz
"
}
]
};
\ No newline at end of file
};
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets