Skip to content

choiceaustralia/community-banner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community Banner

This Discourse Plugin renders the banner at the top of choice.community

How it works

Go to /admin/customize and add a custom header.

Modify this code if you need to. Paste it into the header field.

<div id="community-banner">
  <div class="wrap">
    <div id="community-banner-links">
      <a href="http://www.choice.com.au">choice.com.au</a>
    </div>
    <div id="community-banner-icons">
        <ul>
            <li class="facebook"><a href="https://www.facebook.com/choiceaustralia">Facebook</a></li>
            <li class="twitter"><a href="https://twitter.com/choiceaustralia">Twitter</a></li>
            <li class="google"><a href="https://plus.google.com/+choiceaustralia/posts">Google+</a></li>
            <li class="youtube"><a href="http://www.youtube.com/choiceaustralia">Youtube</a></li>
            <li class="instagram"><a href="http://www.instagram.com/choiceaustralia">Instagram</a></li>
        </ul>
    </div>
  </div>
</div>

About

This is a discourse plugin for the banner:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published