Feeds:
* Added graphics for rss and atom * Added links below title to rss and atom
This commit is contained in:
parent
d285703e7c
commit
a034b1c737
@ -149,6 +149,10 @@ else:
|
|||||||
print ' </head>'
|
print ' </head>'
|
||||||
print ' <body>'
|
print ' <body>'
|
||||||
print ' <div class="title"><a href="?" class="title">' + blog_title + '</a></div>'
|
print ' <div class="title"><a href="?" class="title">' + blog_title + '</a></div>'
|
||||||
|
print ' <div class="feeds">'
|
||||||
|
print ' <a href="?feed=rss"><img src="styles/images/rss.png" alt="rss"></a>'
|
||||||
|
print ' <a href="?feed=atom"><img src="styles/images/atom.png" alt="atom"></a>'
|
||||||
|
print ' </div>'
|
||||||
|
|
||||||
print ' <div class="screen"><div class="sidebar">'
|
print ' <div class="screen"><div class="sidebar">'
|
||||||
|
|
||||||
|
BIN
styles/.blogthon.css.swp
Normal file
BIN
styles/.blogthon.css.swp
Normal file
Binary file not shown.
@ -98,4 +98,10 @@ input#submit {
|
|||||||
width: 120px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feeds {
|
||||||
|
position: absolute;
|
||||||
|
top: 4px;
|
||||||
|
right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
# vim: set tw=0 ts=4:
|
# vim: set tw=0 ts=4:
|
||||||
|
BIN
styles/images/atom.png
Normal file
BIN
styles/images/atom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 179 B |
BIN
styles/images/rss.png
Normal file
BIN
styles/images/rss.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in New Issue
Block a user