php-school/phpschool.io

wrong year displaying on site footer

Closed this issue · 2 comments

It's likely a non-php issue though since code below is correct

<p class="copyright__text">© Copyright <?= date('Y') ?></p>

Interesting - thanks @mrlami - it's probably the cache, i'll flush it now.

Also - seems the blog is generated on deploy, so i've redeployed. Looks fixed to me. feel free to reopen if you notice something is still wrong!