Finished Datasnipper script. Some template stuff.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
<img src="https://i.imgur.com/TayoEHg.png" style="width: 500px">
|
||||
</div>
|
||||
<div class="np-homepage-subheadline np-header-font-color">
|
||||
{{ nothing.subheadline }}
|
||||
{{ current_school.name }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -22,10 +22,10 @@
|
||||
<div class="np-homepage-featured np-max-width">
|
||||
<div class="np-homepage-featured-text">
|
||||
<div class="np-homepage-headline">
|
||||
{{ homepage.featured_courses_headline }}
|
||||
{{ homepage.headline }}
|
||||
</div>
|
||||
<div class="np-homepage-subheadline">
|
||||
{{ homepage.featured_courses_subheadline }}
|
||||
{{ homepage.subheadline }}
|
||||
</div>
|
||||
</div>
|
||||
{% if courses.in_catalog.any? %}
|
||||
@ -50,6 +50,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% comment %}
|
||||
{% include "section_popular_topics" %}
|
||||
|
||||
{% include "section_professionals" %}
|
||||
@ -57,6 +58,7 @@
|
||||
{% include "section_faqs" %}
|
||||
|
||||
{% include "section_instructors" %}
|
||||
{% endcomment %}
|
||||
</main>
|
||||
{% include "footer" %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user