Skip to content

Commit 001f107

Browse files
Update defaults2
1 parent 8b99b8e commit 001f107

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_layouts/defaults.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
3131
</head>
3232
<body>
33-
<script type="text/javascript" src="//cdn.plu.mx/widget-summary.js"></script>
3433
<a id="skip-to-content" href="#content">Skip to the content.</a>
3534

3635
<header class="page-header" role="banner">
@@ -47,7 +46,7 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
4746

4847
<main id="content" class="main-content" role="main">
4948
{{ content }}
50-
49+
<script type="text/javascript" src="//cdn.plu.mx/widget-summary.js"></script>
5150
<footer class="site-footer">
5251
{% if site.github.is_project_page %}
5352
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>

0 commit comments

Comments
 (0)