Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
remove footer
  • Loading branch information
anne-urai authored Dec 13, 2024
1 parent b798438 commit 5862136
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
{{ content }}

</section>
<footer>

{% if site.github.is_user_page %}
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
{% endif %}
{% if site.github.is_project_page %}
<p>Maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
{% endif %}

<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
{% if site.google_analytics %}
Expand All @@ -70,4 +58,4 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
{% endif %}
</body>
</html>
</html>
</html>

0 comments on commit 5862136

Please sign in to comment.