Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.

Commit 4f61f85

Browse files
committed
fix design
1 parent a55faba commit 4f61f85

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

wp-content/themes/twigbridge/Twig/index.html.twig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<div class="row">
55
<div class="span8">
66
{% if (have_posts()) %}
7-
87
{% for post in loop %}
98
<div {{ post_class() }} id="post-{{ the_ID() }}">
109
<h2>
@@ -18,7 +17,7 @@
1817
<p class="postmetadata">
1918
{# the_tags('Tags: ', ', ', '<br />') #}
2019
{# __('Posted in') }} {{ get_the_category_list(', ') }} | #}
21-
<i class="symbol">edit</i> {{ edit_post_link('Edit', '', ' | ') }}
20+
{{ edit_post_link('Edit', '<i class="symbol">edit</i> ', ' | ') }}
2221
<i class="symbol">comments</i> {{ comments_popup_link('No Comments', '1 Comment', '% Comments', '', 'Comments Closed' ) }}
2322
</p>
2423
</div>

wp-content/themes/twigbridge/Twig/single.html.twig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<div class="entry">
2727
{{ the_content('<p class="serif">' ~ __('Read the rest of this entry &raquo;', 'kubrick') ~ '</p>') }}
28-
28+
<hr />
2929
<p class="postmetadata alt">
3030
<small>
3131
You can follow any responses to this entry through the <a href='{{ get_post_comments_feed_link() }}'>RSS 2.0</a> feed.
@@ -35,7 +35,6 @@
3535
</p>
3636
</div>
3737
</div>
38-
3938
{{ comments_template() }}
4039

4140
{% endfor %}

0 commit comments

Comments
 (0)