Fixed typo and added link to my website

This commit is contained in:
Alejandro Celaya 2016-05-02 17:20:07 +02:00
parent 3e9161efb0
commit 4e852aab9b
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ class RedirectMiddleware implements MiddlewareInterface
$this->visitTracker->track($shortCode);
// Return a redirect response to the long URL.
// Use a temporary redirect to make sure browsers aleways hit the server for analytics purposes
// Use a temporary redirect to make sure browsers always hit the server for analytics purposes
return new RedirectResponse($longUrl);
} catch (\Exception $e) {
// In case of error, dispatch 404 error

View file

@ -27,7 +27,7 @@
<hr />
{% block footer %}
<p>
&copy; {{ "now" | date("Y") }} by Alejandro Celaya.
&copy; {{ "now" | date("Y") }} by <a href="http://www.alejandrocelaya.com">Alejandro Celaya</a>.
</p>
{% endblock %}
</div>