forked from Botanical/BotanJS
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:
@@ -2,5 +2,4 @@
|
||||
var ns = __namespace( "Astro.Blog.Layout.Article.Latest" );
|
||||
|
||||
// __import( "Astro.Blog.Components.Entry.Home" );
|
||||
// __import( "Astro.Blog.Components.Entry.Mega" );
|
||||
})();
|
||||
|
5
botanjs/src/Astro/Blog/Layout/Article/Tag.js
Normal file
5
botanjs/src/Astro/Blog/Layout/Article/Tag.js
Normal file
@@ -0,0 +1,5 @@
|
||||
(function(){
|
||||
var ns = __namespace( "Astro.Blog.Layout.Article.Tag" );
|
||||
|
||||
// __import( "Astro.Blog.Components.Entry.List" );
|
||||
})();
|
6
botanjs/src/Astro/Blog/Layout/Article/_this.css
Normal file
6
botanjs/src/Astro/Blog/Layout/Article/_this.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.rss-icon circle, .rss-icon path {
|
||||
fill: #444;
|
||||
}
|
||||
.rss-icon:hover circle, .rss-icon:hover path {
|
||||
fill: orangered;
|
||||
}
|
Reference in New Issue
Block a user