File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
config/blog/templates/blog Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 22< html lang ="en ">
33< head >
44 < meta charset ="UTF-8 ">
5+ <!-- stylesheet -->
6+ < link rel ="stylesheet " href ="https://bootswatch.com/5/lux/bootstrap.min.css ">
7+
58 < title > {% block title %}{% endblock %}shahriaarrr blog</ title >
69</ head >
710< body >
11+ {% include 'blog/nav.html' %}
812 {% block content %}
913 {% endblock %}
1014</ body >
Original file line number Diff line number Diff line change 1+ < nav class ="navbar navbar-expand-lg navbar-light bg-light ">
2+ < div class ="container-fluid ">
3+ < a class ="navbar-brand " href ="{% url 'index' %} "> shahriaarrr</ a >
4+ < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse " data-bs-target ="#navbarText " aria-controls ="navbarText " aria-expanded ="false " aria-label ="Toggle navigation ">
5+ < span class ="navbar-toggler-icon "> </ span >
6+ </ button >
7+ < div class ="collapse navbar-collapse " id ="navbarText ">
8+ < ul class ="navbar-nav me-auto mb-2 mb-lg-0 ">
9+ < li class ="nav-item ">
10+ < a class ="nav-link " aria-current ="page " href ="# "> Features</ a >
11+ </ li >
12+ </ ul >
13+ < ul class ="navbar-nav ">
14+ < li class ="nav-item ">
15+ < a class ="nav-link " aria-current ="page " href ="# "> Sign out</ a >
16+ </ li >
17+ </ ul >
18+ </ div >
19+ </ div >
20+ </ nav >
You can’t perform that action at this time.
0 commit comments