Skip to content

Commit e39880c

Browse files
thegreatyamoristsewd
authored andcommitted
convert hash to accesible link
1 parent 65d2ec5 commit e39880c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

conf.py

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -965,14 +965,17 @@
965965
<div class="row text-center">
966966
<div class="col">
967967
<p>Comunidad Python Ecuador</p>
968-
<p>Commit: {commit}</p>
969968
<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>
969+
<br>
970+
<small>
971+
¿Encontraste un error?
972+
<a href="https://python.ec/guias/colaborar/#reportando-errores-bugs">¡Repórtalo!</a>
973+
</small>
974+
<br>
975+
<small>
976+
commit:
977+
<a href="https://github.com/pythonecuador/pythonecuador.github.io/commit/{commit}">{commit}</a>
978+
</small>
976979
</div>
977980
</div>
978981
</div>

0 commit comments

Comments
 (0)