Replace top-left "w" button on post meta page

This was still a relic of Write.as. Now it has the same icon as the
WriteFreely editor.
pull/137/head
Matt Baer 5 years ago
parent 7aaff778da
commit 554995916e
  1. 3
      templates/edit-meta.tmpl

@ -38,8 +38,7 @@
<header id="tools">
<div id="clip">
<h1>{{if .User}}<a href="/me/posts/" style="font-weight:normal"><span style="font-size:1.2em;font-weight:bold;margin-right:0.5em">w</span></a>{{else}}<a href="/">w<span class="if-room">rite.as</span></a>{{end}}
</h1>
<h1><a href="/me/c/" title="View blogs"><img class="ic-24dp" src="/img/ic_blogs_dark@2x.png" /></a></h1>
<nav id="target" class=""><ul>
<li>{{if .EditCollection}}<a href="{{.EditCollection.CanonicalURL}}">{{.EditCollection.Title}}</a>{{else}}<a>Anonymous</a>{{end}}</li>
</ul></nav>

Loading…
Cancel
Save