{{ page.title | replace("optimize_anything", 'optimize_anything') | safe }} {% if page.meta.date and page.meta.date.created %} {{ page.meta.date.created.strftime('%B %d, %Y') }} {% endif %} {% if page.authors %} {%- for author in page.authors %} {%- if author.url -%} {{ author.name }} {%- else -%} {{ author.name }} {%- endif -%} {%- if page.meta.equal_contribution and author.name in page.meta.equal_contribution -%} * {%- endif -%} {%- if not loop.last %}, {% endif -%} {%- endfor %} {%- if page.meta.equal_contribution %} * Equal Contribution {%- endif %} {% endif %} {# Post content (first h1 hidden via CSS to avoid duplication) #} {% block content %} {{ page.content }} {% endblock %}