Skip to content

Commit cd0bb96

Browse files
committed
🆕 Date of page generation
🆕 Link to the vuepress template 🎨 Improve footer
1 parent ba239b1 commit cd0bb96

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

data/templates/vuepress/_index.md.twig

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,13 @@ pageClass: phpdoc-api-generated-page
1414

1515
--------
1616
{% block footer %}
17-
_This document was automatically generated from source code comments using [phpDocumentor](http://www.phpdoc.org/)._
17+
> _This document was automatically generated, from source code comments, using [phpDocumentor](http://www.phpdoc.org/) with the [VuePress template](https://github.com/nelson6e65/phpdoc-vuepress)._
18+
19+
<div class="page-edit">
20+
<div class="last-updated">
21+
<span class="prefix">Auto-generated at: </span>
22+
<span class="time">{{ 'now'|date('Y-m-d, g:i A') }}</span>
23+
</div>
24+
</div>
25+
1826
{% endblock %}

0 commit comments

Comments
 (0)