Fix date on page
This commit is contained in:
@@ -43,19 +43,9 @@
|
||||
<link href="{% static 'css/animate.css' %}" rel="stylesheet">
|
||||
|
||||
<!-- TEMPLATE CSS {% static '' %} -->
|
||||
<!-- <link href="css/blue-theme.css" rel="stylesheet"> -->
|
||||
<!-- <link href="css/crocus-theme.css" rel="stylesheet"> -->
|
||||
<!-- <link href="css/green-theme.css" rel="stylesheet"> -->
|
||||
<!-- <link href="css/magenta-theme.css" rel="stylesheet"> -->
|
||||
<link href="{% static 'css/pink-theme.css' %}" rel="stylesheet">
|
||||
<!-- <link href="css/purple-theme.css" rel="stylesheet"> -->
|
||||
<!-- <link href="css/skyblue-theme.css" rel="stylesheet"> -->
|
||||
<!-- <link href="css/red-theme.css" rel="stylesheet"> -->
|
||||
<!-- <link href="css/violet-theme.css" rel="stylesheet"> -->
|
||||
|
||||
<!-- RESPONSIVE CSS -->
|
||||
<link href="{% static 'css/responsive.css' %}" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
@@ -1782,7 +1772,7 @@
|
||||
<!-- FOOTER COPYRIGHT -->
|
||||
<div class="col">
|
||||
<div class="footer-copyright">
|
||||
<p class="p-sm">© 2024 autoMedSys. <span>All Rights Reserved</span></p>
|
||||
<p class="p-sm">© 2025 autoMedSys (AI). <span>All Rights Reserved</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1790,7 +1780,7 @@
|
||||
<!-- FOOTER SOCIALS -->
|
||||
<div class="col">
|
||||
<ul class="bottom-footer-socials ico-20 text-end">
|
||||
<li><a href="https://www.facebook.com/profile.php?id=100067596795422"><span class="flaticon-facebook"></span></a></li>
|
||||
<li><a href="#"><span class="flaticon-facebook"></span></a></li>
|
||||
<li><a href="#"><span class="flaticon-twitter"></span></a></li>
|
||||
<li><a href="#"><span class="flaticon-instagram"></span></a></li>
|
||||
<li><a href="#"><span class="flaticon-youtube"></span></a></li>
|
||||
|
||||
Reference in New Issue
Block a user