Changeset - 70138d0433e3
pinaxcon/templates/site_base.html
Show inline comments
...
 
@@ -17,13 +17,15 @@
 
  <meta name="viewport" content="width=device-width, initial-scale=1">
 
  
 
  <title>{% block head_title_base %}{% if SITE_NAME %}{{ SITE_NAME }} | {% endif %}{% block head_title %}{% endblock %}{% endblock %}</title>
 
  
 
  
 
  <link rel="apple-touch-icon" sizes="180x180" href="{% static 'assets/favicon/apple-touch-icon.png' %}">
 
  <link rel="icon" type="image/png" sizes="32x32" href="{% static 'assets/favicon/favicon-32x32.png' %}">
 
  <link rel="icon" type="image/png" sizes="16x16" href="{% static 'assets/favicon/favicon-16x16.png' %}">
 
  <link rel="manifest" href="{% static 'assets/favicon/site.webmanifest' %}">
 
  <link rel="mask-icon" href="{% static 'assets/favicon/safari-pinned-tab.svg' %}" color="#0f7c11">
 
  <meta name="msapplication-TileColor" content="#00a300">
 
  <meta name="msapplication-TileColor" content="#ffffff">
 
  <meta name="theme-color" content="#ffffff">
 

	
 
  {% block styles %}
 
  <link href="{% sass_src 'scss/app.scss' %}" rel="stylesheet" type="text/css" />
 
  {% block extra_style %}{% endblock %}
static/src/assets/favicon/android-chrome-192x192.png
Show inline comments
 
binary diff not shown
Show images
static/src/assets/favicon/android-chrome-256x256.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
static/src/assets/favicon/android-chrome-512x512.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
static/src/assets/favicon/apple-touch-icon-120x120.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
static/src/assets/favicon/apple-touch-icon-152x152.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
static/src/assets/favicon/apple-touch-icon-180x180.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
static/src/assets/favicon/apple-touch-icon-60x60.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
static/src/assets/favicon/apple-touch-icon-76x76.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
static/src/assets/favicon/apple-touch-icon.png
Show inline comments
 
binary diff not shown
Show images
static/src/assets/favicon/browserconfig.xml
Show inline comments
...
 
@@ -2,8 +2,8 @@
 
<browserconfig>
 
    <msapplication>
 
        <tile>
 
            <square150x150logo src="/mstile-150x150.png"/>
 
            <TileColor>#00a300</TileColor>
 
            <square150x150logo src="/static/build/assets/favicon/mstile-150x150.png"/>
 
            <TileColor>#ffffff</TileColor>
 
        </tile>
 
    </msapplication>
 
</browserconfig>
static/src/assets/favicon/favicon-16x16.png
Show inline comments
 
binary diff not shown
Show images
static/src/assets/favicon/favicon-32x32.png
Show inline comments
 
binary diff not shown
Show images
static/src/assets/favicon/favicon.ico
Show inline comments
 
binary diff not shown
static/src/assets/favicon/mstile-150x150.png
Show inline comments
 
binary diff not shown
Show images
static/src/assets/favicon/safari-pinned-tab.svg
Show inline comments
 
deleted file
static/src/assets/favicon/site.webmanifest
Show inline comments
 
{
 
    "name": "",
 
    "short_name": "",
 
    "name": "LCA2019",
 
    "short_name": "LCA2019",
 
    "icons": [
 
        {
 
            "src": "/android-chrome-192x192.png",
 
            "src": "/static/build/assets/favicon/android-chrome-192x192.png",
 
            "sizes": "192x192",
 
            "type": "image/png"
 
        },
 
        {
 
            "src": "/android-chrome-256x256.png",
 
            "sizes": "256x256",
 
            "src": "/static/build/assets/favicon/android-chrome-512x512.png",
 
            "sizes": "512x512",
 
            "type": "image/png"
 
        }
 
    ],
0 comments (0 inline, 0 general)