forge: use redirects instead of symbolic links
This commit is contained in:
parent
855c63b1c7
commit
de813df48e
43 changed files with 313 additions and 276 deletions
|
@ -7,18 +7,18 @@
|
|||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||
|
||||
|
||||
<title>HTTP 503: Service unavailable - ilot.io</title>
|
||||
<title>HTTP 503: Service unavailable - delegationetudiante.org</title>
|
||||
|
||||
<!-- cargo-culted from https://realfavicongenerator.net/ -->
|
||||
<!-- for the record: it is absolutely ridiculous that new browsers
|
||||
*and* operating systems each want their own little precious
|
||||
snowflake just for a frigging icon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../favicon-16x16.png">
|
||||
<link rel="manifest" href="../../site.webmanifest">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="icon" type="image/png" href="../../favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="../../favicon.svg" />
|
||||
<link rel="shortcut icon" href="../../favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="Délégation étudiante" />
|
||||
<link rel="manifest" href="../../site.webmanifest" />
|
||||
|
||||
<!-- ikiwiki CSS -->
|
||||
<link href="../../css/style.css" rel="stylesheet" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
<nav class="navbar fixed-top navbar-expand-md navbar-light bg-light border">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand me-auto" href="../../">
|
||||
<img alt="ilot.io" src="../../favicon.png" width="48" height="48" />
|
||||
<img alt="delegationetudiante.org" src="../../favicon.png" width="48" height="48" />
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -54,6 +54,7 @@
|
|||
<!-- the anchors force ikiwiki to use a tags instead of spans. hopefully. -->
|
||||
<ul class="navbar-nav nav-link align-items-center ms-auto">
|
||||
<li><a href="../../">Home</a></li>
|
||||
<li><a href="http://ca-uqam.org">Notre ancien site-web</a></li>
|
||||
</ul>
|
||||
|
||||
<ul class="nav navbar-nav">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue