johnfrenchxyz / Intranet

The Phase I redesign of the CAES Apps/Intranet ecosystem.
0 stars 0 forks source link

Add link (back) to intranet on all Intranet menus #56

Closed bwhet closed 7 years ago

bwhet commented 7 years ago

ul created by template

add this: <li class="back"><a href="http://intranet.caes.uga.edu">CAES Intranet</a></li>

whatever lis the appliation wants to add go here

/ul created by template

ghost commented 7 years ago

Just a note, in markdown you can use backtick quotes around code to prevent github from formatting it.

<a href="github.com">Like this</a>

bwhet commented 7 years ago

I seriously tried to do that! It kept stripping out the HTML.

Try again: <li>Test Code.</li>

bwhet commented 7 years ago

Oh well.

ghost commented 7 years ago

Alright, this is done!