References Component

The references component format is as follow:

<div id="references" class="references">
  <sl-divider></sl-divider>
  <h2>References</h2>
  <ul>
    <li>
      Brody, J. E. (2007, December 11). Mental reserves keep brain agile. The New York Times. Retrieved from
      http://www.dowjones.com/factiva/
    </li>
    <li>
      Chamberlin, J., Novotney, A., Packard, E., & Price, M. (2008, May). Enhancing worker well-being: Occupational
      health psychologists convene to share their research on work, stress, and health. Monitor on Psychology,
      39(5), 26-29.
    </li>
    <li>
      Jones, T. J., & Fields, N. (2003). Emotional quotient and personality. E-Journal of Applied Psychology, 2(2),
      38-45. Retrieved from http://ejournalappliedpsyc/index.php/ejap
    </li>
  </ul>
</div>

The only part that you should modifi is between the <ul> tag. You simply just need to add an entry as follows:

<li>
    your reference entry
</li>

in between the <ul> tag as shown above and you are good to.