File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 18
18
< script src ="https://kit.fontawesome.com/df034fdb97.js " crossorigin ="anonymous "> </ script >
19
19
20
20
<!-- Theme CSS -->
21
- < link id ="theme-style " rel ="stylesheet " href ="_static/pygments.css ">
22
- < link id ="theme-style " rel ="stylesheet " href ="https://www.ssh-mitm.at/assets/css/theme.css ">
23
- < link id ="theme-style " rel ="stylesheet " href ="_static/assets/css/sphinx.css ">
24
- < link id ="theme-style " rel ="stylesheet " href ="_static/assets/css/toctree-icons.css ">
21
+ < link id ="theme-style " rel ="stylesheet " href ="_static/pygments.css?{{built_timestamp}} ">
22
+ < link id ="theme-style " rel ="stylesheet " href ="https://www.ssh-mitm.at/assets/css/theme.css?{{built_timestamp}} ">
23
+ < link id ="theme-style " rel ="stylesheet " href ="_static/assets/css/sphinx.css?{{built_timestamp}} ">
24
+ < link id ="theme-style " rel ="stylesheet " href ="_static/assets/css/toctree-icons.css?{{built_timestamp}} ">
25
25
{%- block extrahead %} {% endblock %}
26
26
</ head >
27
27
Original file line number Diff line number Diff line change 95
95
'githubrepo' : 'https://github.com/ssh-mitm/ssh-mitm' ,
96
96
'pypiurl' : 'https://pypi.org/project/ssh-mitm/' ,
97
97
'linkedinurl' : 'https://www.linkedin.com/in/manfred-kaiser'
98
- }
98
+ },
99
+ 'built_timestamp' : int (datetime .datetime .now ().timestamp ())
99
100
}
100
101
101
102
You can’t perform that action at this time.
0 commit comments