Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Renaming link to feed_link.
- Loading branch information
1 parent
805e23d
commit 7439dab26c433b45626ec122f3458e0730c60092
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -16,7 +16,7 @@ | ||
<p>{{ description }}</p> | ||
{% endif %} | ||
<div class="metadata"> | ||
{{ translation_links.link(author) }} | ||
{{ translation_links.feed_link(author) }} | ||
</div> | ||
</header> | ||
{% if posts %} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -24,7 +24,7 @@ | ||
</ul> | ||
{% endif %} | ||
<div class="metadata"> | ||
{{ translation_links.link(tag) }} | ||
{{ translation_links.feed_link(tag) }} | ||
</div> | ||
{{ translation_links.translation_link() }} | ||
</header> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -16,7 +16,7 @@ | ||
<p>${description}</p> | ||
%endif | ||
<div class="metadata"> | ||
${translation_links.link(author)} | ||
${translation_links.feed_link(author)} | ||
</div> | ||
</header> | ||
%if posts: | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -24,7 +24,7 @@ | ||
</ul> | ||
%endif | ||
<div class="metadata"> | ||
${translation_links.link(tag)} | ||
${translation_links.feed_link(tag)} | ||
</div> | ||
${translation_links.translation_link()} | ||
</header> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters