]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps: adding factor logo and link.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 16:42:16 +0000 (08:42 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 16:42:16 +0000 (08:42 -0800)
extra/webapps/pastebin/pastebin-common.xml
extra/webapps/planet/planet-common.xml

index 3b2d0ea2084e7a335edc962da792043aa8c613ab..1ae63a8f0225b82034bbf5916e43a6c212324f55 100644 (file)
@@ -7,7 +7,11 @@
        <t:style t:include="resource:extra/webapps/pastebin/pastebin.css" />
 
     <div class="navbar">
-       <div class="navrow">
+    <div class="navrow">
+        <a href="https://factorcode.org">
+        <img src="https://factorcode.org/favicon.ico" width="24" height="24" />
+        </a>
+
         <t:a t:href="$pastebin">Pastes</t:a>
         <t:a t:href="$pastebin/new-paste">New Paste</t:a>
 
index e592bb21cfe0df2bf4ce6aa93dcd63662bcffdd7..4ffd8ba1f035ec44073709afaecac40f0d6c749a 100644 (file)
@@ -6,6 +6,10 @@
 
        <div class="navbar">
        <div class="navrow">
+               <a href="https://factorcode.org">
+               <img src="https://factorcode.org/favicon.ico" width="24" height="24" />
+               </a>
+
                <t:a t:href="$planet">Front Page</t:a>
                <t:a t:href="$planet/feed.xml">Atom Feed</t:a>
                <t:a t:href="$planet/admin">Admin</t:a>