Rename XanaDoc to XanaPage.
This commit is contained in:
parent
28a85e8cd5
commit
d7f51b0982
16 changed files with 54 additions and 54 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<title>{{ title | default("Xanadu") }}</title>
|
||||
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='bootstrap4/css/bootstrap.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/xanadoc.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/xanapage.css') }}">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<title>{{ title | default("Xanadu") }}</title>
|
||||
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='bootstrap4/css/bootstrap.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/xanadoc.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/xanapage.css') }}">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue