Rename XanaDoc to XanaPage.

This commit is contained in:
Edward Betts 2019-04-25 13:19:38 +01:00
parent 28a85e8cd5
commit d7f51b0982
16 changed files with 54 additions and 54 deletions

View file

@ -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>

View file

@ -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>