Edit folder structure and webpack configuration
This commit is contained in:
parent
362f6012c2
commit
0cbffaaae9
46 changed files with 2594 additions and 48 deletions
|
@ -1,4 +1,4 @@
|
|||
<link rel="icon" sizes="any" href="assets/favicon/xiao-wang-favicon.ico">
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicon/xiao-wang-favicon.svg">
|
||||
<link rel="apple-touch-icon" href="assets/favicon/xiao-wang-apple-touch-icon.png">
|
||||
<link rel="manifest" href="assets/favicon/xiao-wang.webmanifest">
|
||||
<link rel="icon" sizes="any" href="favicon/xiao-wang-favicon.ico">
|
||||
<link rel="icon" type="image/svg+xml" href="favicon/xiao-wang-favicon.svg">
|
||||
<link rel="apple-touch-icon" href="favicon/xiao-wang-apple-touch-icon.png">
|
||||
<link rel="manifest" href="favicon/xiao-wang.webmanifest">
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{# Basic metadata #}
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<html lang="fr">
|
||||
|
||||
{# Schema #}
|
||||
<style itemscope itemtype="https://schema.org/WebSite" itemref="schema_name schema_description schema_image"></style>
|
||||
|
@ -30,9 +29,9 @@
|
|||
|
||||
{# Image #}
|
||||
{% if page.meta_image is not empty %}
|
||||
<meta id="schema_image" itemprop="image" content="{{ page.meta_image.toImage.url }}">
|
||||
<meta id="schema_image" itemprop="image" content="{{ page.meta_image.toImage.url }}">
|
||||
{% elseif site.homePage.meta_image is not empty %}
|
||||
<meta id="schema_image" itemprop="image" content="{{ site.homePage.meta_image.toImage.url }}">
|
||||
<meta id="schema_image" itemprop="image" content="{{ site.homePage.meta_image.toImage.url }}">
|
||||
{% endif %}
|
||||
|
||||
{% if page.template != 'error' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue