~alpine/devel

frontpage: open links in a new tab v1 PROPOSED

Alan Lacerda: 1
 frontpage: open links in a new tab

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/854/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] frontpage: open links in a new tab Export this patch

---
 _default.template.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/_default.template.html b/_default.template.html
index a5eff37..f130ebb 100644
--- a/_default.template.html
+++ b/_default.template.html
@@ -23,10 +23,10 @@
<!--     <span>Small Simple Secure</span> -->
     <nav id="#sitenav">
     <span class="right">
     <a href="http://wiki.alpinelinux.org">wiki</a>
     <a href="http://git.alpinelinux.org">git</a>
     <a href="http://bugs.alpinelinux.org">bugs</a>
     <a href="http://alpinelinux.org/forum">forums</a>
     <a href="http://wiki.alpinelinux.org" target="blank">wiki</a>
     <a href="http://git.alpinelinux.org" target="blank">git</a>
     <a href="http://bugs.alpinelinux.org" target="blank">bugs</a>
     <a href="http://alpinelinux.org/forum" target="blank">forums</a>
     </span>
     </nav>
    </div>
-- 
1.8.4.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---