Remove "about me" section from sidebar

This commit is contained in:
Philipp Oppermann
2021-09-16 19:14:48 +02:00
committed by GitHub
parent 559f1fbecd
commit dbe43c203d

View File

@@ -130,15 +130,6 @@
{% endfor %}</ul>
</div>
{%- endif %}
<div class="block{% if page.extra.rtl %} left-to-right{% endif %}">
<h2>About Me</h2>
<p>
I'm a Rust freelancer with a master's degree in computer science. I love systems programming, open source software, and new challenges.
</p><p>
If you want to work with me, reach out on <a href="https://www.linkedin.com/in/phil-opp/">LinkedIn</a> or write me at <a href="mailto:job@phil-opp.com">job@phil-opp.com</a>.
</p>
</div>
</aside>
{% endblock main %}