File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% extends "after-dark/templates/page.html" %}
2+
3+ {% block content %}
4+ {% if 'tils' in page.path %}
5+ < style >
6+ .muted svg .i-clock ,
7+ .muted svg .i-clock + span {
8+ display : none !important ;
9+ }
10+ </ style >
11+ {% endif %}
12+ {{ super() }}
13+ {% endblock %}
14+
215{% block extra_footer %}
316< script src ="https://utteranc.es/client.js " repo ="sinon/sinon.github.io " issue-term ="url " label ="comments "
417 theme ="github-dark " crossorigin ="anonymous " async >
Original file line number Diff line number Diff line change 1- {% extends "index.html" %}
1+ {% extends "index.html" %}
2+
3+ {% block content %}
4+ < style >
5+ .tils-section .muted svg .i-clock ,
6+ .tils-section .muted svg .i-clock + span {
7+ display : none !important ;
8+ }
9+ </ style >
10+
11+ < div class ="section-content{% if section.title == 'TILs' or 'til' in section.slug %} tils-section{% endif %} ">
12+ {{ super() }}
13+ </ div >
14+ {% endblock %}
You can’t perform that action at this time.
0 commit comments