Skip to content

Commit

Permalink
Move 'Subscribe' anchor's start tag in home.html (jekyll#312)
Browse files Browse the repository at this point in the history
* Move 'Subscribe' anchor's start tag in home.html
* Reduce line-length of 'Subscribe' anchor tag

Co-Authored-By: Ashwin Maroli <[email protected]>
  • Loading branch information
bangseongbeom and ashmaroli committed Jun 17, 2019
1 parent 9af10aa commit 1f4628e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ <h3>
{%- endfor -%}
</ul>

<p class="feed-subscribe"><svg class="svg-icon orange"><use xlink:href="{{ '/assets/minima-social-icons.svg#rss' | relative_url }}"></use></svg><a href="{{ "/feed.xml" | relative_url }}">Subscribe</a></p>
<p class="feed-subscribe">
<a href="{{ 'feed.xml' | relative_url }}">
<svg class="svg-icon orange"><use xlink:href="{{ 'assets/minima-social-icons.svg#rss' | relative_url }}"></use></svg><span>Subscribe</span>
</a>
</p>
{%- endif -%}

</div>

0 comments on commit 1f4628e

Please sign in to comment.