updates
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="container mt-4 mb-5">
|
||||
<img src="{{ parent_path }}static/images/{{ content_item.image_file }}" class="img-fluid mb-5 rounded w-100 h-auto">
|
||||
{% if content_item.image_file %}
|
||||
<img src="{{ parent_path }}static/images/{{ content_item.image_file }}" alt = "content_item.image_file" class="img-fluid mb-5 rounded w-100 h-auto">
|
||||
{% endif %}
|
||||
{% if not content_item.omit_second_title %}
|
||||
<h1>{{ content_item.title }}</h1>
|
||||
{% endif %}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<div id= "top_header" class="row top_header">
|
||||
<img id="top_header_image" src="{{ parent_path }}static/images/header.jpg" class="img-fluid">
|
||||
<div id="top_title" class="row">
|
||||
<a class="top_header_text ms-1">{{ page_title }}</a>
|
||||
<a class="top_header_text ms-1 text-decoration-none">{{ page_title }}</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="menu_container" class="row justify-content-end pe-2 py-2" >
|
||||
|
||||
Reference in New Issue
Block a user