mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00:00
Correct paths
This commit is contained in:
parent
992e7aa844
commit
52968e0d24
|
@ -11,8 +11,8 @@ layout: layout
|
||||||
|
|
||||||
<div class="grid main__grid">
|
<div class="grid main__grid">
|
||||||
<% for (item in list) { %>
|
<% for (item in list) { %>
|
||||||
<a class="grid__item f-<%= noSpace(list[item].title) %>" href="<%= url_for(page.lang + '/' + noSpace(lowCase(list[item].title))) %>">
|
<a class="grid__item f-<%= noSpace(list[item].title) %>" href=".<%= url_for(page.lang + '/' + noSpace(lowCase(list[item].title))) %>">
|
||||||
<img class="grid__item__image" src="<%= list[item].smallImg %>" alt="<%= noSpace(list[item].title) %>"> <span class="grid__item__title"><%= list[item].title %></span>
|
<img class="grid__item__image" src="./<%= list[item].smallImg %>" alt="<%= noSpace(list[item].title) %>"> <span class="grid__item__title"><%= list[item].title %></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="grid__card">
|
<div class="grid__card">
|
||||||
<h4><img src="<%= list[item].smallImg %>" alt="landscape image"> <span><%= list[item].title %></span></h4>
|
<h4><img src="<%= list[item].smallImg %>" alt="landscape image"> <span><%= list[item].title %></span></h4>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<%- partial('_partial/sidebar', null, {cache: !config.relative_link}) %>
|
<%- partial('_partial/sidebar', null, {cache: !config.relative_link}) %>
|
||||||
<div class="container <%= contType %>"><%- body %></div>
|
<div class="container <%= contType %>"><%- body %></div>
|
||||||
</main>
|
</main>
|
||||||
<script src="/js/main.min.js"></script>
|
<script src="js/main.min.js"></script>
|
||||||
<% if (is_root()) { %> <script src="/js/index.min.js"></script> <% } %>
|
<% if (is_root()) { %> <script src="js/index.min.js"></script> <% } %>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -209,12 +209,9 @@ ol {
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title .icon-logotype {
|
.section-title .icon-logotype {
|
||||||
// display: flex;
|
|
||||||
color: $white;
|
color: $white;
|
||||||
// margin: 10px;
|
|
||||||
width: 22px;
|
width: 22px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
// height: 22px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title > div {
|
.section-title > div {
|
||||||
|
|
Loading…
Reference in a new issue