Merge branch 'master' of https://git.vsnt.uk/viveksantayana/ska-referee-test
Pull icons
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								ref-test/admin/static/favicon.ico
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								ref-test/admin/static/favicon.ico
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 15 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								ref-test/admin/static/favicon.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								ref-test/admin/static/favicon.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 84 KiB  | 
@@ -18,6 +18,7 @@
 | 
			
		||||
        {% block datatable_css %}
 | 
			
		||||
        {% endblock %}
 | 
			
		||||
        <title>{% block title %} SKA Referee Test | Admin Console {% endblock %}</title>
 | 
			
		||||
        {% include "admin/components/og-meta.html" %}
 | 
			
		||||
    </head>
 | 
			
		||||
    <body class="bg-light">
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										17
									
								
								ref-test/admin/templates/admin/components/og-meta.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								ref-test/admin/templates/admin/components/og-meta.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
<meta name="description" content="A web app for taking the Scottish Korfball Association Refereeing Theory Exam on-line." />
 | 
			
		||||
<meta property="og:locale" content="en_UK" />
 | 
			
		||||
<meta property="og:type" content="website" />
 | 
			
		||||
<meta property="og:description" content="A web app for taking the Scottish Korfball Association Refereeing Theory Exam on-line." />
 | 
			
		||||
<meta property="og:url" content="{{ url_for(request.endpoint, **request.view_args, _external = True) }}" />
 | 
			
		||||
<meta property="og:site_name" content="Scottish Korfball Association Referee Theory Exam" />
 | 
			
		||||
<meta property="og:image" content="{{ url_for('static', filename='favicon.png', _external = True) }}" />
 | 
			
		||||
<meta property="og:image:alt" content="Logo of the SKA Refereeing Exam App" />
 | 
			
		||||
<meta property="og:image:width" content="512" />
 | 
			
		||||
<meta property="og:image:height" content="512" />
 | 
			
		||||
<meta name="twitter:card" content="summary" />
 | 
			
		||||
<meta name="twitter:description" content="A web app for taking the Scottish Korfball Association Refereeing Theory Exam on-line." />
 | 
			
		||||
<meta name="twitter:image" content="{{ url_for('static', filename='favicon.png', _external = True) }}" />
 | 
			
		||||
<meta name="twitter:image:alt" content="Logo of the SKA Refereeing Exam App" />
 | 
			
		||||
<meta name="twitter:creator" content="@viveksantayana" />
 | 
			
		||||
<meta name="twitter:site" content="@viveksantayana" />
 | 
			
		||||
<meta name="theme-color" content="#343a40" />
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								ref-test/quiz/static/favicon.ico
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								ref-test/quiz/static/favicon.ico
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 15 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								ref-test/quiz/static/favicon.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								ref-test/quiz/static/favicon.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 84 KiB  | 
@@ -18,6 +18,7 @@
 | 
			
		||||
        {% block style %}
 | 
			
		||||
        {% endblock %}
 | 
			
		||||
        <title>{% block title %} SKA Referee Test {% endblock %}</title>
 | 
			
		||||
        {% include "quiz/components/og-meta.html" %}
 | 
			
		||||
    </head>
 | 
			
		||||
    <body class="bg-light">
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										17
									
								
								ref-test/quiz/templates/quiz/components/og-meta.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								ref-test/quiz/templates/quiz/components/og-meta.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
<meta name="description" content="A web app for taking the Scottish Korfball Association Refereeing Theory Exam on-line." />
 | 
			
		||||
<meta property="og:locale" content="en_UK" />
 | 
			
		||||
<meta property="og:type" content="website" />
 | 
			
		||||
<meta property="og:description" content="A web app for taking the Scottish Korfball Association Refereeing Theory Exam on-line." />
 | 
			
		||||
<meta property="og:url" content="{{ url_for(request.endpoint, **request.view_args, _external = True) }}" />
 | 
			
		||||
<meta property="og:site_name" content="Scottish Korfball Association Referee Theory Exam" />
 | 
			
		||||
<meta property="og:image" content="{{ url_for('static', filename='favicon.png', _external = True) }}" />
 | 
			
		||||
<meta property="og:image:alt" content="Logo of the SKA Refereeing Exam App" />
 | 
			
		||||
<meta property="og:image:width" content="1024" />
 | 
			
		||||
<meta property="og:image:height" content="1024" />
 | 
			
		||||
<meta name="twitter:card" content="summary" />
 | 
			
		||||
<meta name="twitter:description" content="A web app for taking the Scottish Korfball Association Refereeing Theory Exam on-line." />
 | 
			
		||||
<meta name="twitter:image" content="{{ url_for('static', filename='favicon.png', _external = True) }}" />
 | 
			
		||||
<meta name="twitter:image:alt" content="Logo of the SKA Refereeing Exam App" />
 | 
			
		||||
<meta name="twitter:creator" content="@viveksantayana" />
 | 
			
		||||
<meta name="twitter:site" content="@viveksantayana" />
 | 
			
		||||
<meta name="theme-color" content="#343a40" />
 | 
			
		||||
		Reference in New Issue
	
	Block a user