lib/ext.rb in no-style-please2-plugins-0.2.0.1 vs lib/ext.rb in no-style-please2-plugins-0.2.0.2
- old
+ new
@@ -64,10 +64,10 @@
def render(context)
# puts 'zzaa',context['site']['posts'][1].data,"zz"
url = $g_title_link[@linkTitle]
if url == nil || url == LOADINGFLG
$g_title_link[@linkTitle] = LOADINGFLG
- return "#{@linkTitle} is loading"
+ return "`#{@linkTitle} Not Found`"
else
if $g_config["baseurl"] && $g_config["baseurl"].length > 0
return "[#{@linkTitle}](#{$g_config["baseurl"]}/#{url})"
else
\ No newline at end of file