		<?php if(is_home() || is_front_page()): ?>
			<footer class="container-fluid p-0 text-center text-dark position-static-sm" style="margin-top: 40px; padding-top: 10px!important;
    font-size: 0.8rem; border-top: 1px solid #EEE">
		<?php else: ?>
			<footer class="container-fluid p-0 text-center text-dark" style="margin-top: 40px; padding-top: 10px!important;
    font-size: 0.8rem; border-top: 1px solid #EEE">
		<?php endif; ?>
            <p>&copy; koronavirus.al <?php echo date('Y'); ?><br />
            Mundësuar nga Agjencia Kombëtare e Shoqerisë së Informacionit</p>
        </footer>

	</section>

	<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/libs/bootstrap/dist/js/bootstrap.min.js"></script>
	<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/libs/hover-navbar/js/bootstrap-4-hover-navbar.js"></script>
	<?php wp_footer(); ?>
</body>
</html>