Merge lp:~dholbach/help-app/1433171 into lp:~ubuntu-touch-coreapps-drivers/help-app/trunk

Proposed by Daniel Holbach
Status: Merged
Approved by: David Planella
Approved revision: 103
Merged at revision: 104
Proposed branch: lp:~dholbach/help-app/1433171
Merge into: lp:~ubuntu-touch-coreapps-drivers/help-app/trunk
Diff against target: 15 lines (+1/-1)
1 file modified
edit-here/pelicanconf.py (+1/-1)
To merge this branch: bzr merge lp:~dholbach/help-app/1433171
Reviewer Review Type Date Requested Status
David Planella Approve
Review via email: mp+253240@code.launchpad.net
To post a comment you must log in.
Revision history for this message
David Planella (dpm) wrote :

Works well for me, we already discussed the implementation on a call.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory 'edit-here/local'
=== added file 'edit-here/local/__init__.py'
=== renamed file 'edit-here/q-and-a.py' => 'edit-here/local/q-and-a.py'
=== modified file 'edit-here/pelicanconf.py'
--- edit-here/pelicanconf.py 2015-03-17 08:59:45 +0000
+++ edit-here/pelicanconf.py 2015-03-17 16:40:40 +0000
@@ -44,7 +44,7 @@
44TAG_SAVE_AS = ''44TAG_SAVE_AS = ''
45THEME = 'themes/phone'45THEME = 'themes/phone'
4646
47MD_EXTENSIONS = ['q-and-a', 'attr_list', 'toc']47MD_EXTENSIONS = ['local.q-and-a', 'attr_list', 'toc']
4848
49META_TAGS = [49META_TAGS = [
50 '[TOC]',50 '[TOC]',

Subscribers

People subscribed via source and target branches