Browse Source

adds share image

pull/258/head
jlukic 11 years ago
parent
commit
30d6952ad4
3 changed files with 3 additions and 1 deletions
  1. 2
      server/documents/modules/dropdown.html.eco
  2. BIN
      server/files/images/share.png
  3. 2
      server/layouts/default.html.eco

2
server/documents/modules/dropdown.html.eco

@ -237,7 +237,7 @@ type : 'UI Module'
</div>
<div class="dropdown example">
<div class="button example">
<h4 class="ui header">Combo Button</h4>
<p>A <a href="/element/button.html">button</a> can be formatted with a dropdown</p>
<div class="ui teal buttons">

BIN
server/files/images/share.png

Before After
Width: 128  |  Height: 128  |  Size: 67 KiB

2
server/layouts/default.html.eco

@ -18,6 +18,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="image_src" type="image/jpeg" href="images/share.png" />
<!-- Site Properities -->
<%- @getBlock('meta').toHTML() %>
<title><%= @getPreparedTitle() %></title>

Loading…
Cancel
Save