doc(ltp) Change author mention

This commit is contained in:
Aire-One 2021-06-12 17:49:42 +02:00 committed by Yauhen Kirylau
parent f4fb055512
commit 6b97ec3307
1 changed files with 12 additions and 1 deletions

View File

@ -231,7 +231,18 @@
<h3>Info:</h3>
<ul>
# for tag, value in module.info:iter() do
<li><strong>$(tag)</strong>: $(M(value,module))</li>
# if tag == 'Author' then
<li>
<strong>Originally authored by</strong>: $(M(value,module))<br />
<small>(Full contributors list available on
<a href="https://github.com/awesomeWM/awesome/graphs/contributors">
our github project)
</a></small>
</li>
# else
<li><strong>$(tag)</strong>: $(M(value,module))</li>
# end
# end
</ul>
</div>