redacre 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/head.html +1 -1
- data/_includes/header.html +1 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 772722763af1842464607ab0ac2269e425df8edcc481b91c384430ae876f552a
|
4
|
+
data.tar.gz: c0b34975c1973d054de99dea9ce04f7ab341fd38ef236b8ccc5e2037217f9581
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57f691922b3c8a2f985f3139563042804a9001eee4e6ea422e5b7e9af2bf63a950581d7ed9d4a89bd84c9bf481e242b0f659769a41af3a52ca9ab64bba39a0db
|
7
|
+
data.tar.gz: 49dea1d8a0d80d5a77d124be6c325cb48323ca383e40e6d1da60f2e69e766ef0512b5ddeb96ceea819f3129c352ded780dd15d3182d80868219d259f9bd6edba
|
data/_includes/head.html
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
|
26
26
|
|
27
27
|
<link rel="canonical" href="{{ canonical }}">
|
28
|
-
<link href="{{ root_url }}/css/main.css" media="screen" rel="stylesheet" type="text/css">
|
28
|
+
<link href="{{ root_url }}/assets/css/main.css" media="screen" rel="stylesheet" type="text/css">
|
29
29
|
|
30
30
|
{% feed_meta %}
|
31
31
|
<link type="application/json" rel="alternate" href="{{ site.url }}/feed.json">
|
data/_includes/header.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
<a href="{{ root_url }}/"><svg class="icon-law"><use xlink:href="/images/icons.svg#icon-law"></use></svg></a>
|
2
|
+
<a href="{{ root_url }}/"><svg class="icon-law"><use xlink:href="/assets/images/icons.svg#icon-law"></use></svg></a>
|
3
3
|
<h1><a href="{{ root_url }}/">{{ site.title }}</a></h1>
|
4
4
|
|
5
5
|
<div id="nav">
|
@@ -7,4 +7,3 @@
|
|
7
7
|
/<span id="archive"><a href="{{ root_url }}/archive">archive</a></span>
|
8
8
|
/<span id="rss"><a href="{{ root_url }}/feeds" rel="subscribe-rss" data-subscription="rss" title="subscribe via RSS">feeds</a></span>
|
9
9
|
</div>
|
10
|
-
|