all repos — h3rald @ 933065488aaa104b00973b55b2b81094670ad10d

The sources of https://h3rald.com

Replaced AddToAny with ShareThis.
h3rald h3rald@h3rald.com
Wed, 16 Sep 2009 08:49:31 +0200
commit

933065488aaa104b00973b55b2b81094670ad10d

parent

3f4a610c0b26630879cda23a51fa783f41dbcbdc

M content/css/_elements.sasscontent/css/_elements.sass

@@ -49,7 +49,6 @@

.nav-about +button_img("about_h") - #nav-other width: 130px height: 52px
M content/css/_layout.sasscontent/css/_layout.sass

@@ -148,6 +148,7 @@ clear: both

margin: auto padding: 5px text-align: center + vertical-align: middle table, td, tr border: none
M layouts/default.erblayouts/default.erb

@@ -7,8 +7,8 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head> <title><%= @item[:title] %> - H3RALD</title> <% if @item[:feed] then %> - <link rel="alternate" type="application/rss+xml" title="H3RALD - <%= @item[:feed_title]%> (RSS Feed)" href="<%= @item[:feed]%>rss/" /> - <link rel="alternate" type="application/atom+xml" title="H3RALD - <%= @item[:feed_title]%> (Atom Feed)" href="<%= @item[:feed]%>atom/" /> + <link rel="alternate" type="application/rss+xml" title="H3RALD - <%= @item[:feed_title]%>" href="<%= @item[:feed]%>rss/" /> + <link rel="alternate" type="application/atom+xml" title="H3RALD - <%= @item[:feed_title]%>" href="<%= @item[:feed]%>atom/" /> <% end %> <meta name="author" content="Fabio Cevasco" /> <meta name="copyright" content="Fabio Cevasco" />

@@ -82,16 +82,9 @@ <%= yield %>

</div> <div id="content-footer"> <div class="share"> - <script type="text/javascript"> - zoneIdentifier="75F7945A08B626A8"; - var varCheckURL = (("https:" == document.location.protocol) ? "https://" : "http://"); - document.write(unescape("%3Cscript src='" + varCheckURL + "adcode.technoratimedia.com/bootstrap/tti.js' type='text/javascript'%3E%3C/script%3E")); - </script> - <hr class="spacer-20"></hr> - <a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/share_save_120_16.gif" width="120" height="16" alt="Share/Save/Bookmark"/></a><script type="text/javascript">a2a_linkname=document.title;a2a_linkurl=location.href;a2a_onclick=1;a2a_prioritize=["delicious","stumbleupon","friendfeed","twitter","dzone","digg","reddit","slashdot","facebook","newsvine","sphere","ping"];</script> + <script type="text/javascript" src="http://w.sharethis.com/button/sharethis.js#publisher=6e34d60c-b14e-4c19-9b2f-7c35a9f0ab09&amp;type=website&amp;linkfg=%23a4282d"></script> <% if @item[:feed] then %> - <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script> - <a class="a2a_dd" href="http://www.addtoany.com/subscribe?linkname=&amp;linkurl=http://www.h3rald.com<%= @item[:feed] %>"><img src="http://static.addtoany.com/buttons/subscribe_120_16.gif" width="120" height="16" alt="Subscribe"/></a><script type="text/javascript">a2a_linkname=document.title;a2a_linkurl="http://www.h3rald.com<%= @item[:feed] %>rss/";a2a_onclick=1;</script><script type="text/javascript" src="http://static.addtoany.com/menu/feed.js"></script> + <a href="<% @item[:feed]%>rss/ %>"><img src="/images/theme/feed-icon-14x14.png" alt="#"/>H3RALD - <%= @item[:feed_title]%></a> <% end %> </div> <%= render 'article_buttons' if @item[:type] == 'article' %>