doc(ltp) Change author mention
This commit is contained in:
parent
f4fb055512
commit
6b97ec3307
|
@ -231,7 +231,18 @@
|
||||||
<h3>Info:</h3>
|
<h3>Info:</h3>
|
||||||
<ul>
|
<ul>
|
||||||
# for tag, value in module.info:iter() do
|
# for tag, value in module.info:iter() do
|
||||||
|
# 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>
|
<li><strong>$(tag)</strong>: $(M(value,module))</li>
|
||||||
|
# end
|
||||||
# end
|
# end
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue