We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d2ec5 commit e39880cCopy full SHA for e39880c
conf.py
@@ -965,14 +965,17 @@
965
<div class="row text-center">
966
<div class="col">
967
<p>Comunidad Python Ecuador</p>
968
- <p>Commit: {commit}</p>
969
<small>© {date} Todos los derechos reservados.</small>
970
- <p>
971
- <small>
972
- ¿Encontraste un error?
973
- <a href="https://python.ec/guias/colaborar/#reportando-errores-bugs">¡Repórtalo!</a>
974
- </small>
975
- </p>
+ <br>
+ <small>
+ ¿Encontraste un error?
+ <a href="https://python.ec/guias/colaborar/#reportando-errores-bugs">¡Repórtalo!</a>
+ </small>
976
+ commit:
977
+ <a href="https://github.com/pythonecuador/pythonecuador.github.io/commit/{commit}">{commit}</a>
978
979
</div>
980
981
0 commit comments