all repos — h3rald @ b9f02b17347f7f9609bfba2843d7a8692276a349

The sources of https://h3rald.com

Fixed small bug in main layout.
h3rald h3rald@h3rald.com
Fri, 11 Sep 2009 13:15:17 +0200
commit

b9f02b17347f7f9609bfba2843d7a8692276a349

parent

67e64416e3f40fa08f11456ab72586aaaada5b16

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

jump to
M layouts/default.erblayouts/default.erb

@@ -25,7 +25,7 @@ case @item[:type]

when 'article' then keywords = min_keywords+@item[:tags].join(', ') when 'project' then - keywords = @item.permalink == 'h3rald' ? "fabio cevasco, "+@item[:permalink] : min_keywords+@item[:permalink] + keywords = @item[:permalink] == 'h3rald' ? "fabio cevasco, "+@item[:permalink] : min_keywords+@item[:permalink] else keywords = min_keywords+default end