mirror of
https://gitlab.com/siarp/siarp.de.git
synced 2026-08-08 03:28:18 +00:00
more index and path cleanup
``` mv index/index.html . rm -r index/ perl -i -pe "s/\.\.\///g" index.html perl -i -pe "s/\"index\.html\"/\".\/\"/g" index.html find . -name "*.html" -type f -print0 | xargs -0 perl -i -pe "s/\.\.\/\.\.\/index\//..\/..\//g" ```
This commit is contained in:
@@ -37,7 +37,7 @@ jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":
|
||||
|
||||
<div id="header">
|
||||
<div id="logo-floater">
|
||||
<div id="branding"><strong><a href="../../index/">
|
||||
<div id="branding"><strong><a href="../../">
|
||||
<span>siarp.de</span> </a></strong></div>
|
||||
</div>
|
||||
|
||||
@@ -45,7 +45,7 @@ jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":
|
||||
|
||||
|
||||
<div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
|
||||
<h2 class="element-invisible">You are here</h2><div class="breadcrumb"><a href="../../index/">Home</a></div> <a id="main-content"></a>
|
||||
<h2 class="element-invisible">You are here</h2><div class="breadcrumb"><a href="../../">Home</a></div> <a id="main-content"></a>
|
||||
<div id="tabs-wrapper" class="clearfix"> <h1 class="with-tabs">Krasse Sache APC</h1>
|
||||
</div> <div class="clearfix">
|
||||
<div class="region region-content">
|
||||
|
||||
Reference in New Issue
Block a user