add syscall article
This commit is contained in:
1
templates/shortcodes/defref.html
Normal file
1
templates/shortcodes/defref.html
Normal file
@ -0,0 +1 @@
|
||||
<p id="ref{{ n }}">[{{ n }}] <a href="{{ url }}">{{ url }}</a> <a href="javascript:history.back()" style="text-decoration: none;">(↑)</a></p>
|
12
templates/shortcodes/note.html
Normal file
12
templates/shortcodes/note.html
Normal file
@ -0,0 +1,12 @@
|
||||
<blockquote class="note">
|
||||
{% set icon = load_data(path="static/images/info.svg") %}
|
||||
<div class="icon">
|
||||
{{ icon | safe }}
|
||||
</div>
|
||||
<div class="content">
|
||||
{% if header %}
|
||||
<p><strong>{{ header }}</strong></p>
|
||||
{% endif %}
|
||||
{{ body | markdown | safe }}
|
||||
</div>
|
||||
</blockquote>
|
1
templates/shortcodes/ref.html
Normal file
1
templates/shortcodes/ref.html
Normal file
@ -0,0 +1 @@
|
||||
{% if not nosup %}<sup>{% endif %}<a href="#ref{{ n }}" style="text-decoration: none;">[{{ n }}]</a>{% if not nosup %}</sup>{% endif %}
|
Reference in New Issue
Block a user