webapps.planet: include its own icon
parent
0945aac30d
commit
6550a96e03
Binary file not shown.
After Width: | Height: | Size: 689 B |
|
@ -8,6 +8,7 @@ html.forms
|
|||
html.components
|
||||
http.server
|
||||
http.server.dispatchers
|
||||
http.server.static
|
||||
furnace
|
||||
furnace.actions
|
||||
furnace.redirection
|
||||
|
@ -190,6 +191,7 @@ posting "POSTINGS"
|
|||
<planet-action> "" add-responder
|
||||
<planet-feed-action> "feed.xml" add-responder
|
||||
<planet-admin> "admin" add-responder
|
||||
"vocab:webapps/planet/icons/" <static> "icons" add-responder
|
||||
<boilerplate>
|
||||
{ planet "planet-common" } >>template ;
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<a href="http://planet.lisp.org">Planet Lisp</a>.
|
||||
</p>
|
||||
<p>
|
||||
<img src="http://factorcode.org/feed-icon-14x14.png" />
|
||||
<img src="$planet/icons/feed-icon-14x14.png" />
|
||||
<t:a t:href="$planet/feed.xml">Syndicate</t:a>
|
||||
</p>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue