Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1>Posts</h1>
<a href="{{ post.url | relative_url }}">
{{- post.title | escape -}}
</a>
&ZeroWidthSpace;
{%- comment -%} Intentional whitespace {%- endcomment %}
<span class="post-meta">
(<time datetime="{{ post.date | date_to_xmlschema }}">
{{- post.date | date: date_format -}}
Expand Down
4 changes: 3 additions & 1 deletion feed.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@
</xsl:attribute>
<xsl:value-of select="atom:title" />
</a>
&#8203; <!-- == &ZeroWidthSpace; -->

{%- comment -%} Intentional whitespace {%- endcomment %}

<span class="post-meta">
<time>
<xsl:attribute name="datetime">
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ <h2>
{%- endif %}
{%- endif %}
</div>

Loading