File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed
Distribution/Server/Pages Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ hackagePageWith headExtra docTitle docSubtitle docContent bodyExtra =
40
40
]
41
41
docBody = [ thediv ! [identifier " page-header" ] << docHeader
42
42
, thediv ! [identifier " content" ] << docContent ]
43
- docHeader = [ navigationBar
44
- , docSubtitle
43
+ docHeader = [ docSubtitle
44
+ , navigationBar
45
45
]
46
46
googleFontURL = " https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700"
47
47
Original file line number Diff line number Diff line change 31
31
</div>
32
32
$ endif $
33
33
34
+ <div id="description">
35
+ $ if (package.optional.hasDescription )$
36
+ $ package.optional.description $
37
+ $ endif $
38
+ $ if (package.optional.hasReadme )$
39
+ <hr>
40
+ [<a href="#readme">Skip to Readme</a>]
41
+ $ endif $
42
+ </div>
34
43
35
44
36
45
<div id="properties">
179
188
</table>
180
189
</div> <!-- /properties -->
181
190
182
- <div id="description">
183
- $ if (package.optional.hasDescription )$
184
- $ package.optional.description $
185
- $ endif $
186
- $ if (package.optional.hasReadme )$
187
- <hr>
188
- [<a href="#readme">Skip to Readme</a>]
189
- $ endif $
190
- </div>
191
-
192
-
193
191
<div id="modules">
194
192
$ moduleList $
195
193
</div>
You can’t perform that action at this time.
0 commit comments