hdoc-tools 0.8.20 → 0.8.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/ui/index.html +3 -3
- package/ui/js/doc.hornbill.js +1 -1
package/package.json
CHANGED
package/ui/index.html
CHANGED
@@ -218,13 +218,13 @@
|
|
218
218
|
Article
|
219
219
|
</li>
|
220
220
|
<li class="ps-0 mt-0 nav-bar-item">
|
221
|
-
|
221
|
+
YYYY-MM-DD
|
222
222
|
</li>
|
223
223
|
<li class="ps-0 mt-0 nav-bar-item">
|
224
|
-
|
224
|
+
(n) minutes to read
|
225
225
|
</li>
|
226
226
|
<li class="ps-0 mt-0 nav-bar-item">
|
227
|
-
<a class="link c-pointer">
|
227
|
+
<a class="link c-pointer">(n) contributers</a>
|
228
228
|
</li>
|
229
229
|
</ul>
|
230
230
|
</div>
|
package/ui/js/doc.hornbill.js
CHANGED
@@ -229,7 +229,7 @@ function loadContentUrl(linkRef,fromPageRefresh,fromPopState)
|
|
229
229
|
|
230
230
|
//-- destroy any existing content children and events properly
|
231
231
|
jqContentContainer.empty();
|
232
|
-
|
232
|
+
jqDocumentHeader.find(".document-title").empty();
|
233
233
|
|
234
234
|
//-- for now just load whatever the href prop is (we can add actions to perform specific processing and then load content based on element atts etc)
|
235
235
|
let frontmatterData = {};
|