all repos — h3rald @ 281222c565ae494929772178df83c9b0567b90ba

The sources of https://h3rald.com

Disabled dropcaps.
h3rald h3rald@h3rald.com
Fri, 03 Sep 2010 21:10:06 +0200
commit

281222c565ae494929772178df83c9b0567b90ba

parent

2f164dbac6b9abd35be2618a1ec8c40a750f73a4

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M content/js/init.jscontent/js/init.js

@@ -19,6 +19,7 @@ $('.timeago').timeago();

// TOC $("#toc ol").tableOfContents("#content-body", {startLevel: 3, depth: 6, topLinks: "[top]"}); // Drop Caps + /* var first_paragraph = $('#content-body p:first'); if (!first_paragraph) return false; var t = first_paragraph.html();

@@ -27,5 +28,6 @@ if (first_letter.match(/[a-z]/i)){

first_paragraph.html(t.slice(1,t.length)); $('<span></span>').addClass('dropcap').html(first_letter).prependTo( first_paragraph ); } + */ });