Minor bug fixes for astroedit

sitefile snippet cancel not work
cannot delete Article
syntaxhighlighter disable quick-code
added rss button
This commit is contained in:
2015-12-22 22:52:29 +08:00
parent 73301ce88a
commit 33661021da
8 changed files with 37 additions and 18 deletions

View File

@@ -2,5 +2,4 @@
var ns = __namespace( "Astro.Blog.Layout.Article.Latest" );
// __import( "Astro.Blog.Components.Entry.Home" );
// __import( "Astro.Blog.Components.Entry.Mega" );
})();

View File

@@ -0,0 +1,5 @@
(function(){
var ns = __namespace( "Astro.Blog.Layout.Article.Tag" );
// __import( "Astro.Blog.Components.Entry.List" );
})();

View File

@@ -0,0 +1,6 @@
.rss-icon circle, .rss-icon path {
fill: #444;
}
.rss-icon:hover circle, .rss-icon:hover path {
fill: orangered;
}