diff --git a/templates/index.html b/templates/index.html index 78ae47d87f46de4e0fdabdc4bce8658f556a7fb9..0d1b184b1a4972afba607259320f96fa2ddeb1b8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,7 +12,7 @@ <div class="index_content_holder"> <img class="profile_pic" id="profile_pic" src="{{ url_for('static', filename='profile_pic.jpg') }}"> <h1>Ferenc Schulcz</h1> - <h2>Go <a href="{{ url_for('cv') }}">read my CV</a></h2> + <h2>Go <a href="{{ url_for('service', servicename='about') }}">read my introduction</a></h2> <h2>Or check these out</h2> <div class="grid"> <a href="https://kszk.bme.hu/"> @@ -34,4 +34,4 @@ <script src="/static/neko/neko.js"></script> -{% endblock %} +{% endblock %} \ No newline at end of file