Sha256: 712b3e1f279eede795dee9f79ca08462a38cf448476a54b961a87f5a0a3ae2df

Contents?: true

Size: 446 Bytes

Versions: 14

Compression:

Stored size: 446 Bytes

Contents

<% if Blogo.config.twitter_username %>
  <%= link_to '',"https://twitter.com/#{Blogo.config.twitter_username}", class: 'twitter-icon', target: 'twitter' %>
<% end %>

<% if Blogo.config.github_username %>
  <%= link_to '',"https://github.com/#{Blogo.config.github_username}", class: 'github-icon', target: 'github' %>
<% end %>

<% if Blogo.config.show_rss_icon %>
  <%= link_to '', blogo_feed_path, class: 'rss-icon', target: 'rss' %>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
blogo-0.1.4 app/views/blogo/shared/_social_icons.html.erb
blogo-0.1.3 app/views/blogo/shared/_social_icons.html.erb
blogo-0.1.2 app/views/blogo/shared/_social_icons.html.erb
blogo-0.1.1 app/views/blogo/shared/_social_icons.html.erb
blogo-0.1.0 app/views/blogo/shared/_social_icons.html.erb
blogo-0.0.10 app/views/blogo/shared/_social_icons.html.erb
blogo-0.0.9 app/views/blogo/shared/_social_icons.html.erb
blogo-0.0.8 app/views/blogo/shared/_social_icons.html.erb
blogo-0.0.7 app/views/blogo/shared/_social_icons.html.erb
blogo-0.0.6 app/views/blogo/posts/_icons.html.erb
blogo-0.0.5 app/views/blogo/posts/_icons.html.erb
blogo-0.0.4 app/views/blogo/posts/_icons.html.erb
blogo-0.0.3 app/views/blogo/posts/_icons.html.erb
blogo-0.0.2 app/views/blogo/posts/_icons.html.erb