Skip to content

Commit

Permalink
Merge pull request #18 from wyslijco/add_org_name_to_title
Browse files Browse the repository at this point in the history
Added org name into the title tag
  • Loading branch information
ivellios authored Jul 9, 2024
2 parents 71e235d + 124179d commit cd80194
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Wyślij.co</title>
<title>Wyślij.co {% block subtitle %}{% endblock %}</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down
6 changes: 5 additions & 1 deletion site/templates/organization.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{% extends "base.html" %} {% block content %}
{% extends "base.html" %}

{% block subtitle %}{{ data.adres }}{% endblock %}

{% block content %}

<div class="mx-auto mt-10">
<!-- ORGANIZATION INFO -->
Expand Down

0 comments on commit cd80194

Please # to comment.