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
yPhil
Pétrolette
Commits
c6ef4886
Commit
c6ef4886
authored
Aug 22, 2020
by
yPhil
Browse files
XKCD summary in the title of the description XML tag (Issue
#44
)
parent
eb06e09e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
public/js/PTL.feed.js
View file @
c6ef4886
This diff is collapsed.
Click to expand it.
routes/index.js
View file @
c6ef4886
...
...
@@ -32,7 +32,9 @@ function escape(s) {
}
}
router
.
get
(
'
/
'
,
function
(
req
,
res
)
{
console
.
log
(
'
pjson.version : %s
'
,
pjson
.
version
);
res
.
render
(
'
index
'
,
{
queryString
:
escape
(
req
.
query
.
add
),
version
:
pjson
.
version
...
...
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