mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Show manuals name in template
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
<div class="page-header">
|
||||
<h1><a href="{{ pathto(master_doc) }}">Documentation Centre</a></h1>
|
||||
<h1><a href="{{ pathto(master_doc) }}">{{ project|e }}</a></h1>
|
||||
|
||||
<form class="headersearch" style="margin-bottom:-3px;" action="{{ pathto('search') }}" method="get">
|
||||
<input type="text" value="" name="q" id="q" /> <input type="submit" id=
|
||||
|
||||
Reference in New Issue
Block a user