Switched to HTML5-style routing Reworked Express backend to accommodate HTML5-style routing Links are now highlighted with a black background and white foreground Reworked spacing on H1s Added classes to nav buttons
5 lines
222 B
HTML
5 lines
222 B
HTML
<div class="faqEntry" ng-repeat="entry in entries track by $index" id="{{$index+1}}">
|
|
<h2 class="title">{{$index+1}}. {{entry.title}}</h2>
|
|
<div class="content" ng-bind-html="entry.content | markdown"></div>
|
|
</div>
|