1
0
Fork 0
forked from github/pelican

Apply pre-commit filters to the files in pelican/tests/output

This commit is contained in:
boxydog 2024-05-31 07:21:40 -05:00
commit 98bdd87dae
149 changed files with 162 additions and 162 deletions

View file

@ -24,7 +24,7 @@
</header><!-- /#banner -->
<section id="content" class="body">
<h1 class="entry-title">This is a test hidden page</h1>
<p>This is great for things like error(404) pages
Anyone can see this page but it's not linked to anywhere!</p>
@ -48,4 +48,4 @@ Anyone can see this page but it's not linked to anywhere!</p>
</footer><!-- /#contentinfo -->
</body>
</html>
</html>

View file

@ -24,7 +24,7 @@
</header><!-- /#banner -->
<section id="content" class="body">
<h1 class="entry-title">This is a test page</h1>
<p>Just an image.</p>
<img alt="alternate text" src="/pictures/Fat_Cat.jpg" style="width: 600px; height: 450px;" />
<img alt="wrong path since 'images' folder does not exist" src="|filename|/images/Fat_Cat.jpg" style="width: 600px; height: 450px;" />
@ -49,4 +49,4 @@
</footer><!-- /#contentinfo -->
</body>
</html>
</html>