100-go-mistakes/overrides/main.html
Teiva Harsanyi c97c54e568 Analytics
2024-03-15 21:22:55 +01:00

5 lines
298 B
HTML

{% extends "base.html" %}
{% block announce %}
📢 Two new full sections are now available: <a href="https://100go.co/5-interface-pollution/">#5: Interface pollution</a> and <a href="https://100go.co/92-false-sharing/">#92: Writing concurrent code that leads to false sharing</a>.
{% endblock %}