put copyleft symbol in the header on every page

I hope this works. :)
This commit is contained in:
Bradley M. Kuhn 2014-11-06 13:42:47 -05:00
parent b367971080
commit 0b8d759310
3 changed files with 5 additions and 1 deletions

BIN
copyleft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

1
copyleft.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 980 980"><circle cx="490" cy="490" r="440" fill="none" stroke="#000" stroke-width="100"/><path d="M486,215C356,215 247,306 219,428L350,428C374,376 426,340 486,340C569,340 636,407 636,490C636,573 569,640 486,640C426,640 374,604 350,553L219,553C247,674 356,765 486,765C638,765 761,642 761,490C761,338 638,215 486,215z"/></svg>

After

Width:  |  Height:  |  Size: 377 B

View file

@ -36,7 +36,10 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="<TMPL_VAR BASEURL>"><TMPL_VAR WIKINAME></a> <svg width="96" height="96">
<image xlink:href="/copyleft.svg" src="/copyleft.png" width="96" height="96" />
</svg>
<a class="navbar-brand" href="<TMPL_VAR BASEURL>"><TMPL_VAR WIKINAME></a>
</div> </div>
<nav class="collapse navbar-collapse npoacct-navbar-collapse" role="navigation"> <nav class="collapse navbar-collapse npoacct-navbar-collapse" role="navigation">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">