Delete tutorials/tutorials.md
This commit is contained in:
parent
a82a9afaab
commit
361e643be6
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
permalink: /tutorials/
|
||||
---
|
||||
|
||||
## Listing Tutorials
|
||||
|
||||
<ul>
|
||||
{% for p in site.pages %}
|
||||
{% assign path = p.path | default: "" %}
|
||||
{% if path != "" and path contains "tutorials/" %}
|
||||
{% unless path == "tutorials/index.md" or path == "tutorials/README.md" or path == "tutorials.md" %}
|
||||
<li>
|
||||
<a href="{{ p.url | relative_url }}">{{ p.title | default: path | replace: "tutorials/", "" }}</a>
|
||||
{% if p.date %} — <time datetime="{{ p.date | date_to_xmlschema }}">{{ p.date | date: "%Y-%m-%d" }}</time>{% endif %}
|
||||
</li>
|
||||
{% endunless %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue