removed wp content

This commit is contained in:
jorge 2021-07-06 11:07:25 +02:00
parent 7500b4bf28
commit 9ff5a73036
1 changed files with 3 additions and 6 deletions

View File

@ -1,13 +1,12 @@
<footer class="">
<section class="subsection"> <section class="subsection">
<aside class="site-brand arc-hive"> <aside class="site-brand arc-hive">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" class=""> <a href="/" rel="home" class="">
<h1 class="site-name"> <h1 class="site-name">
<?php bloginfo( 'name' ); ?> arcHIVE
</h1> </h1>
<h2 class="site-description"> <h2 class="site-description">
<?php bloginfo( 'description' ); ?> an integrative digital bio-art platform
</h2> </h2>
</a> </a>
</aside> </aside>
@ -52,10 +51,8 @@
Hosted, maintained and coded by <a href="https://hangar.org">Hangar</a> Hosted, maintained and coded by <a href="https://hangar.org">Hangar</a>
</aside> </aside>
<aside class="double"> <aside class="double">
<?php dynamic_sidebar( 'footer-widgets' ); ?>
</aside> </aside>
<aside class="legal-credits"> <aside class="legal-credits">
Visual identity by <a href="http://oficinadedisseny.net/">Oficina de disseny</a> Visual identity by <a href="http://oficinadedisseny.net/">Oficina de disseny</a>
</aside> </aside>
</section> </section>
</footer>