mirror of
https://gitlab.com/siarp/siarp.de.git
synced 2026-08-08 03:28:18 +00:00
remove unnecessary /index.html in links
find . -name "*.html" -type f -print0 | xargs -0 perl -i -pe "s/\/index.html/\//g" See https://www.lullabot.com/articles/sending-a-drupal-site-into-retirement
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/index.html">
|
||||
<div id="branding"><strong><a href="../../index/">
|
||||
<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/index.html">Home</a></div> <a id="main-content"></a>
|
||||
<h2 class="element-invisible">You are here</h2><div class="breadcrumb"><a href="../../index/">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">
|
||||
@@ -99,8 +99,8 @@ jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":
|
||||
<h2 class="title">Written by</h2>
|
||||
|
||||
<div class="content">
|
||||
<ul class="menu"><li class="first leaf"><a href="../../blog/2/index.html">Martin</a></li>
|
||||
<li class="last leaf"><a href="../../blog/3/index.html">Tilman</a></li>
|
||||
<ul class="menu"><li class="first leaf"><a href="../../blog/2/">Martin</a></li>
|
||||
<li class="last leaf"><a href="../../blog/3/">Tilman</a></li>
|
||||
</ul> </div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user