Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Aswin C
asknot-ng
Commits
176132b4
Verified
Commit
176132b4
authored
Jan 21, 2022
by
Daniel M. Capella
Browse files
Do not set elements without defaults
parent
bd05f1e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
asknot_lib.py
View file @
176132b4
...
...
@@ -41,8 +41,8 @@ defaults = {
'but what you can do for $ORG'
),
'asknot_version'
:
asknot_version
(),
'favicon'
:
'
whatever
'
,
'googlesiteverification'
:
'
n/a
'
,
'favicon'
:
''
,
'googlesiteverification'
:
''
,
'navlinks'
:
[],
'negatives'
:
[
'No, thanks'
],
'affirmatives'
:
[
'Yes, please'
],
...
...
templates/index.html
View file @
176132b4
...
...
@@ -6,8 +6,12 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"description"
content=
"${description}"
>
<meta
name=
"author"
content=
"${author}"
>
% if googlesiteverification:
<meta
name=
"google-site-verification"
content=
"${googlesiteverification}"
>
% endif
% if favicon:
<link
rel=
"shortcut icon"
href=
"${favicon}"
>
% endif
<title>
${title}
</title>
...
...
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