2020-03-07 16:15:15 +08:00
|
|
|
<div class="footer">
|
|
|
|
<strong>© 2020</strong>
|
2020-03-08 18:41:16 +08:00
|
|
|
<div class="right">
|
2020-03-09 08:54:03 +08:00
|
|
|
<?php if(!is_front_page() || !is_home()){
|
2020-03-09 10:02:12 +08:00
|
|
|
echo "<a href='/'>Главная</a> /";
|
|
|
|
}?>
|
|
|
|
<a href='/archive/'>Архив</a>
|
2020-03-08 18:41:16 +08:00
|
|
|
</div>
|
2020-03-07 16:15:15 +08:00
|
|
|
</div>
|
2020-03-07 15:49:14 +08:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|