mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-27 11:31:03 -04:00
Add --title, and make it display the title in chat mode
This commit is contained in:
parent
530f9547f5
commit
b5c68fa5ca
4 changed files with 13 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>OnionShare</title>
|
||||
<title>{% if title %}{{ title }}{% else %}OnionShare Chat{% endif %}</title>
|
||||
<link href="{{ static_url_path }}/img/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link rel="stylesheet" rel="subresource" type="text/css" href="{{ static_url_path }}/css/style.css" media="all">
|
||||
</head>
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
<header class="clearfix">
|
||||
<img class="logo" src="{{ static_url_path }}/img/logo.png" title="OnionShare">
|
||||
<h1>OnionShare</h1>
|
||||
<h1>{% if title %}{{ title }}{% else %}OnionShare Chat{% endif %}</h1>
|
||||
</header>
|
||||
<noscript>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue