Oz N Tiram 9 년 전
부모
커밋
74bc2a96d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/archive_index.html

+ 1 - 1
templates/archive_index.html

@@ -23,7 +23,7 @@ margin-right:800px;
 <h2 class=loc> This is an archive of everything posted here ...</h2>
 {% block content %}
   {% for entry in entries %}
-    <p class="margin">{{ entry.published_html }} <a title="{{ entrý.permalink }}" href="{{entry.permalink}}"> {{ entry.title }}</a> </p>
+    <p class="margin">{{ entry.published_html }} <a title="{{ entry.permalink }}" href="{{entry.permalink}}"> {{ entry.title }}</a> </p>
   {% endfor %}
 {% endblock %}
 {% include 'sidebar.html' %}