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 997459b commit 47c8615Copy full SHA for 47c8615
_templates/footer.html
@@ -1,5 +1,5 @@
1
{%- extends "sphinx_rtd_theme/footer.html" %}
2
3
{%- block contentinfo %}
4
- <p>© Copyright 2024, <a href="https://mdminhazulhaque.io/">Md Minhazul Haque</a></p>
+ <p>© Copyright 2025, <a href="https://mdminhazulhaque.io/">Md Minhazul Haque</a></p>
5
{%- endblock %}
conf.py
project = 'aws-cli-cheatsheet'
-copyright = '2024, Md Minhazul Haque'
+copyright = '2025, Md Minhazul Haque'
author = 'Md Minhazul Haque'
extensions = [
0 commit comments