author name without href, add update date
This commit is contained in:
parent
aaebc5f872
commit
d1e9512b79
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
geany/
|
geany/
|
||||||
|
mkdocs-material/
|
||||||
|
|||||||
@ -11,6 +11,7 @@ plugins:
|
|||||||
- search:
|
- search:
|
||||||
min_search_length: 2
|
min_search_length: 2
|
||||||
- git-authors
|
- git-authors
|
||||||
|
- git-revision-date
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
|
|||||||
@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
{% block disqus %}
|
{% block disqus %}
|
||||||
<div class="md-source-date">
|
<div class="md-source-date">
|
||||||
<small>
|
<small> Authors: </small>
|
||||||
Authors: {{ git_page_authors }}
|
{%- for author in git_info.get('page_authors') -%}
|
||||||
</small>
|
<small>{{ author.name }} , </small>
|
||||||
|
{%- endfor -%}
|
||||||
</div>
|
</div>
|
||||||
{% include "partials/integrations/disqus.html" %}
|
{% include "partials/integrations/disqus.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@ -7,3 +7,4 @@ mkdocs-material>=5.4.0
|
|||||||
Pygments
|
Pygments
|
||||||
git+https://github.com/pugong/mkdocs-mermaid-plugin
|
git+https://github.com/pugong/mkdocs-mermaid-plugin
|
||||||
mkdocs-git-authors-plugin
|
mkdocs-git-authors-plugin
|
||||||
|
mkdocs-git-revision-date-plugin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user