Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
indexers
editorial-content
Commits
4bfbd0a6
Commit
4bfbd0a6
authored
Jul 09, 2019
by
Alessandro CERIONI
Browse files
Another little bug, yet blocking
parent
d9ea25fc
Pipeline
#3227
passed with stage
in 32 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
lib/ghost_content_processor.py
View file @
4bfbd0a6
...
...
@@ -68,7 +68,7 @@ def process_pages( pages ):
output_page
[
'content-fr'
]
=
page
output_page
[
'uuid'
]
=
page
[
'uuid'
]
output_page
[
'type'
]
=
'page'
output_p
ost
[
'relations'
]
=
find_relations
(
page
[
'tags'
]
)
output_p
age
[
'relations'
]
=
find_relations
(
page
[
'tags'
]
)
output_pages
.
append
(
output_page
)
...
...
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