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); $this->visitTracker->track($shortCode);
// Return a redirect response to the long URL. // 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); return new RedirectResponse($longUrl);
} catch (\Exception $e) { } catch (\Exception $e) {
// In case of error, dispatch 404 error // In case of error, dispatch 404 error

View File

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