mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-20 06:01:12 -06:00
docs: removed unused post layout
This commit is contained in:
16
docs/themes/cypress/layout/partial/post.swig
vendored
16
docs/themes/cypress/layout/partial/post.swig
vendored
@@ -1,16 +0,0 @@
|
||||
<article class="article post" itemscope itemtype="http://schema.org/Article">
|
||||
<header class="article-header">
|
||||
{% if is_post() %}
|
||||
<h1 class="article-title" itemprop="name">{{ post.title }}</h1>
|
||||
{% else %}
|
||||
<h1>
|
||||
<a href="{{ url_for(post.path) }}" class="article-title" itemprop="name">{{ post.title }}</a>
|
||||
</h1>
|
||||
{% endif %}
|
||||
<a href="{{ url_for(post.path) }}" class="article-date">{{ time_tag(post.date) }}</a>
|
||||
</header>
|
||||
<div class="article-content" itemprop="articleBody">
|
||||
{{ page_anchor(post.content) }}
|
||||
</div>
|
||||
{{ partial('partial/comment') }}
|
||||
</article>
|
||||
Reference in New Issue
Block a user