Changeset - 70138d0433e3
pinaxcon/templates/site_base.html
Show inline comments
...
 
@@ -19,2 +19,4 @@
 
  <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' %}">
...
 
@@ -23,5 +25,5 @@
 
  <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 %}
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
...
 
@@ -4,4 +4,4 @@
 
        <tile>
 
            <square150x150logo src="/mstile-150x150.png"/>
 
            <TileColor>#00a300</TileColor>
 
            <square150x150logo src="/static/build/assets/favicon/mstile-150x150.png"/>
 
            <TileColor>#ffffff</TileColor>
 
        </tile>
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",
...
 
@@ -10,4 +10,4 @@
 
        {
 
            "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)