morel-theme 0.2.22 → 0.2.23
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/es/search.html +5 -5
- data/_includes/nav-bar.html +4 -4
- data/_includes/search.html +5 -5
- data/_includes/site-description.html +7 -7
- data/_layouts/es/search.html +5 -5
- data/_layouts/search.html +5 -5
- 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: 54e36658d38d9f972dd21725232243e4984cb88767b80a34de77721895f1465a
|
|
4
|
+
data.tar.gz: 3027232fa184efd7d5f375ef0cebf6e2e5a4f89a334896135c8bd673b89c7309
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92f20b251315d5a33430e3a2c5d01bc5b18a91614d6656346ca5f4a9bc7d3c0d9f0b1beafe228b5cf283e8ead6c13eb3ec4e6bc2738d6a06bce3912fb66edc0c
|
|
7
|
+
data.tar.gz: 06bb6e609a94732d4f734ae737740ed50c2c9c3313e3ecde9059283ff97054ed7af618cc95c71318c6d70404eeeec093feb882778bcc5fd0d990eb86abccc6c5
|
data/_includes/es/search.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title> | {{ site.title }}</title>
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
8
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
|
9
|
-
<link rel="stylesheet" href="/assets/css/main.css">
|
|
9
|
+
<link rel="stylesheet" href="{{ site.BASE_PATH}}/assets/css/main.css">
|
|
10
10
|
</head>
|
|
11
11
|
|
|
12
12
|
<body style="background: url('/assets/img/tema/trama.png');">
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<nav class="navBar">
|
|
16
16
|
<nav class="wrapper">
|
|
17
17
|
<div class="logo" >
|
|
18
|
-
<a href="/index.html"><img src="/assets/img/tema/logo.png" alt="MOREL" class="logo-img"></a>
|
|
18
|
+
<a href="{{ site.BASE_PATH}}/index.html"><img src="/assets/img/tema/logo.png" alt="MOREL" class="logo-img"></a>
|
|
19
19
|
|
|
20
20
|
</div>
|
|
21
21
|
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
<input type="checkbox" id="menu-toggle" />
|
|
24
24
|
<label for="menu-toggle" class="label-toggle"></label>
|
|
25
25
|
<ul>
|
|
26
|
-
<li><a href="/search"><i class="fa fa-search" aria-hidden="true"></i></a></li>
|
|
27
|
-
<li><a href="/agregar"><i class="fa fa-plus-circle" aria-hidden="true"></i></a></li>
|
|
28
|
-
<li><a href="/about"><i class="fa fa-question" aria-hidden="true"></i></a></li>
|
|
26
|
+
<li><a href="{{ site.BASE_PATH}}/search"><i class="fa fa-search" aria-hidden="true"></i></a></li>
|
|
27
|
+
<li><a href="{{ site.BASE_PATH}}/agregar"><i class="fa fa-plus-circle" aria-hidden="true"></i></a></li>
|
|
28
|
+
<li><a href="{{ site.BASE_PATH}}/about"><i class="fa fa-question" aria-hidden="true"></i></a></li>
|
|
29
29
|
</ul>
|
|
30
30
|
</nav>
|
|
31
31
|
</nav>
|
data/_includes/nav-bar.html
CHANGED
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
<input type="checkbox" id="menu-toggle" />
|
|
11
11
|
<label for="menu-toggle" class="label-toggle"></label>
|
|
12
12
|
<ul>
|
|
13
|
-
<li><a href="/search"><i class="fa fa-search" aria-hidden="true"></i></a></li>
|
|
14
|
-
<li><a href="/add"><i class="fa fa-plus-circle" aria-hidden="true"></i></a></li>
|
|
15
|
-
<li><a href="/about"><i class="fa fa-question" aria-hidden="true"></i></a></li>
|
|
13
|
+
<li><a href="{{ site.BASE_PATH}}/search"><i class="fa fa-search" aria-hidden="true"></i></a></li>
|
|
14
|
+
<li><a href="{{ site.BASE_PATH}}/add"><i class="fa fa-plus-circle" aria-hidden="true"></i></a></li>
|
|
15
|
+
<li><a href="{{ site.BASE_PATH}}/about"><i class="fa fa-question" aria-hidden="true"></i></a></li>
|
|
16
16
|
{% if site.podcast %}
|
|
17
|
-
<li><a href="/podcast"><i class="fa fa-podcast"></i></a></li>
|
|
17
|
+
<li><a href="{{ site.BASE_PATH}}/podcast"><i class="fa fa-podcast"></i></a></li>
|
|
18
18
|
{% endif %}
|
|
19
19
|
</ul>
|
|
20
20
|
</nav>
|
data/_includes/search.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title> | {{ site.title }}</title>
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
8
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
|
9
|
-
<link rel="stylesheet" href="/assets/css/main.css">
|
|
9
|
+
<link rel="stylesheet" href="{{ site.BASE_PATH}}/assets/css/main.css">
|
|
10
10
|
</head>
|
|
11
11
|
|
|
12
12
|
<body style="background: url('/assets/img/tema/trama.png');">
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<nav class="navBar">
|
|
16
16
|
<nav class="wrapper">
|
|
17
17
|
<div class="logo" >
|
|
18
|
-
<a href="/index.html"><img src="/assets/img/tema/logo.png" alt="MOREL" class="logo-img"></a>
|
|
18
|
+
<a href="{{ site.BASE_PATH}}/index.html"><img src="/assets/img/tema/logo.png" alt="MOREL" class="logo-img"></a>
|
|
19
19
|
|
|
20
20
|
</div>
|
|
21
21
|
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
<input type="checkbox" id="menu-toggle" />
|
|
24
24
|
<label for="menu-toggle" class="label-toggle"></label>
|
|
25
25
|
<ul>
|
|
26
|
-
<li><a href="/search"><i class="fa fa-search" aria-hidden="true"></i></a></li>
|
|
27
|
-
<li><a href="/agregar"><i class="fa fa-plus-circle" aria-hidden="true"></i></a></li>
|
|
28
|
-
<li><a href="/about"><i class="fa fa-question" aria-hidden="true"></i></a></li>
|
|
26
|
+
<li><a href="{{ site.BASE_PATH}}/search"><i class="fa fa-search" aria-hidden="true"></i></a></li>
|
|
27
|
+
<li><a href="{{ site.BASE_PATH}}/agregar"><i class="fa fa-plus-circle" aria-hidden="true"></i></a></li>
|
|
28
|
+
<li><a href="{{ site.BASE_PATH}}/about"><i class="fa fa-question" aria-hidden="true"></i></a></li>
|
|
29
29
|
</ul>
|
|
30
30
|
</nav>
|
|
31
31
|
</nav>
|
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
<p>Works are organized by dynamic lists, which automatically group the works according to common characteristics:</p>
|
|
6
6
|
|
|
7
7
|
<ul>
|
|
8
|
-
<li><a href="/criteria/author">authors</a></li>
|
|
9
|
-
<li><a href="/criteria/city">city of publication</a></li>
|
|
10
|
-
<li><a href="/criteria/publisher">imprint or publisher</a></li>
|
|
11
|
-
<li><a href="/criteria/nationality">nationality of authors</a></li>
|
|
12
|
-
<li><a href="/criteria/edition">edition date</a></li>
|
|
13
|
-
<li><a href="/criteria/repository">digital repository</a>.</li>
|
|
8
|
+
<li><a href="{{ site.BASE_PATH}}/criteria/author">authors</a></li>
|
|
9
|
+
<li><a href="{{ site.BASE_PATH}}/criteria/city">city of publication</a></li>
|
|
10
|
+
<li><a href="{{ site.BASE_PATH}}/criteria/publisher">imprint or publisher</a></li>
|
|
11
|
+
<li><a href="{{ site.BASE_PATH}}/criteria/nationality">nationality of authors</a></li>
|
|
12
|
+
<li><a href="{{ site.BASE_PATH}}/criteria/edition">edition date</a></li>
|
|
13
|
+
<li><a href="{{ site.BASE_PATH}}/criteria/repository">digital repository</a>.</li>
|
|
14
14
|
</ul>
|
|
15
15
|
|
|
16
|
-
<p>MOREL also has a <a href="/search">search engine</a> that allows you to find works directly.</p>
|
|
16
|
+
<p>MOREL also has a <a href="{{ site.BASE_PATH}}/search">search engine</a> that allows you to find works directly.</p>
|
|
17
17
|
|
|
18
18
|
<h1 id="installation-instructions">Installation Instructions</h1>
|
|
19
19
|
|
data/_layouts/es/search.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title> | MOREL</title>
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
8
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
|
9
|
-
<link rel="stylesheet" href="/assets/css/main.css">
|
|
9
|
+
<link rel="stylesheet" href="{{ site.BASE_PATH}}/assets/css/main.css">
|
|
10
10
|
</head>
|
|
11
11
|
|
|
12
12
|
<body style="background: url('/assets/img/tema/trama.png');">
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<nav class="navBar">
|
|
16
16
|
<nav class="wrapper">
|
|
17
17
|
<div class="logo" >
|
|
18
|
-
<a href="/index.html"><img src="/assets/img/tema/logo.png" alt="MOREL" class="logo-img"></a>
|
|
18
|
+
<a href="{{ site.BASE_PATH}}/index.html"><img src="/assets/img/tema/logo.png" alt="MOREL" class="logo-img"></a>
|
|
19
19
|
|
|
20
20
|
</div>
|
|
21
21
|
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
<input type="checkbox" id="menu-toggle" />
|
|
24
24
|
<label for="menu-toggle" class="label-toggle"></label>
|
|
25
25
|
<ul>
|
|
26
|
-
<li><a href="/search"><i class="fa fa-search" aria-hidden="true"></i></a></li>
|
|
27
|
-
<li><a href="/agregar"><i class="fa fa-plus-circle" aria-hidden="true"></i></a></li>
|
|
28
|
-
<li><a href="/about"><i class="fa fa-question" aria-hidden="true"></i></a></li>
|
|
26
|
+
<li><a href="{{ site.BASE_PATH}}/search"><i class="fa fa-search" aria-hidden="true"></i></a></li>
|
|
27
|
+
<li><a href="{{ site.BASE_PATH}}/agregar"><i class="fa fa-plus-circle" aria-hidden="true"></i></a></li>
|
|
28
|
+
<li><a href="{{ site.BASE_PATH}}/about"><i class="fa fa-question" aria-hidden="true"></i></a></li>
|
|
29
29
|
</ul>
|
|
30
30
|
</nav>
|
|
31
31
|
</nav>
|
data/_layouts/search.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title> | MOREL</title>
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
8
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
|
9
|
-
<link rel="stylesheet" href="/assets/css/main.css">
|
|
9
|
+
<link rel="stylesheet" href="{{ site.BASE_PATH}}/assets/css/main.css">
|
|
10
10
|
</head>
|
|
11
11
|
|
|
12
12
|
<body style="background: url('/assets/img/tema/trama.png');">
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<nav class="navBar">
|
|
16
16
|
<nav class="wrapper">
|
|
17
17
|
<div class="logo" >
|
|
18
|
-
<a href="/index.html"><img src="/assets/img/tema/logo.png" alt="MOREL" class="logo-img"></a>
|
|
18
|
+
<a href="{{ site.BASE_PATH}}/index.html"><img src="/assets/img/tema/logo.png" alt="MOREL" class="logo-img"></a>
|
|
19
19
|
|
|
20
20
|
</div>
|
|
21
21
|
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
<input type="checkbox" id="menu-toggle" />
|
|
24
24
|
<label for="menu-toggle" class="label-toggle"></label>
|
|
25
25
|
<ul>
|
|
26
|
-
<li><a href="/search"><i class="fa fa-search" aria-hidden="true"></i></a></li>
|
|
27
|
-
<li><a href="/agregar"><i class="fa fa-plus-circle" aria-hidden="true"></i></a></li>
|
|
28
|
-
<li><a href="/about"><i class="fa fa-question" aria-hidden="true"></i></a></li>
|
|
26
|
+
<li><a href="{{ site.BASE_PATH}}/search"><i class="fa fa-search" aria-hidden="true"></i></a></li>
|
|
27
|
+
<li><a href="{{ site.BASE_PATH}}/agregar"><i class="fa fa-plus-circle" aria-hidden="true"></i></a></li>
|
|
28
|
+
<li><a href="{{ site.BASE_PATH}}/about"><i class="fa fa-question" aria-hidden="true"></i></a></li>
|
|
29
29
|
</ul>
|
|
30
30
|
</nav>
|
|
31
31
|
</nav>
|