From a8ef719487ba0e1e48faf73ecb4f2f7568d8f9d4 Mon Sep 17 00:00:00 2001 From: Feliciaan De Palmenaer Date: Mon, 6 Feb 2017 11:26:02 +0100 Subject: [PATCH] Set git icon before name instead of after name --- content/projects.erb | 8 ++++---- layouts/partials/_project.erb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/projects.erb b/content/projects.erb index ab5517b..a2c28f1 100644 --- a/content/projects.erb +++ b/content/projects.erb @@ -22,21 +22,21 @@ order: 30 <%= asset :img, 'apple.svg' %>
- iOS <%= fa('github') %> + <%= fa('github') %> iOS
<%= asset :img, 'google.svg' %>
- Android <%= fa('github') %> + <%= fa('github') %> Android
<%= asset :img, 'windows.svg' %>
- Windows 10 <%= fa('github') %> + <%= fa('github') %> Windows 10
@@ -46,4 +46,4 @@ order: 30 <% all_projects.each do |project| %> <%= render '/partials/_project.erb', project: project%> -<% end %> \ No newline at end of file +<% end %> diff --git a/layouts/partials/_project.erb b/layouts/partials/_project.erb index f98ae7b..b330cf2 100644 --- a/layouts/partials/_project.erb +++ b/layouts/partials/_project.erb @@ -14,7 +14,7 @@

<%= project[:title] %>

<%= project.compiled_content %>

-
GitHub
+
<%= fa('github') %> GitHub