File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3683,7 +3683,7 @@ <h3><a href="https://github.com/frappe/erpnext" target="_blank">ERPNext</a></h3>
36833683 < div class ="container footer-container ">
36843684 < div class ="row footer mt-3 mb-4 ">
36853685 < div class ="col-12 ">
3686- < span > ©2024 PythonFrameworks.com</ span >
3686+ < span > ©< span id =" current-year " > </ span > PythonFrameworks.com</ span >
36873687 </ div >
36883688 </ div >
36893689 </ div >
@@ -3693,6 +3693,11 @@ <h3><a href="https://github.com/frappe/erpnext" target="_blank">ERPNext</a></h3>
36933693 < script type ="text/javascript " src ="static/js/imagesloaded.pkgd.min.js "> </ script >
36943694 < script type ="text/javascript " src ="static/js/masonry.pkgd.min.js "> </ script >
36953695 < script type ="text/javascript ">
3696+ // Get current year
3697+ function getCurrentYear ( ) {
3698+ return new Date ( ) . getFullYear ( ) ;
3699+ }
3700+
36963701 // Ensure images loaded before masonry
36973702 var $groups = document . querySelectorAll ( '.grids' ) ;
36983703 $groups . forEach ( function ( $grids ) {
@@ -3765,6 +3770,7 @@ <h3><a href="https://github.com/frappe/erpnext" target="_blank">ERPNext</a></h3>
37653770 } ) ;
37663771 }
37673772
3773+ document . getElementById ( "current-year" ) . textContent = getCurrentYear ( ) ;
37683774 document . addEventListener ( 'DOMContentLoaded' , createTagCloud ) ;
37693775
37703776 </ script >
You can’t perform that action at this time.
0 commit comments