mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-04 19:45:08 -04:00
Added emoji icon integration (#1575)
* Add emoji icons * Generate new build and ensure build is sane on WSL (windows) Normalize line endings to ensure when building in Windows Subsystem for Linux that the results are sane. Build new JS and CSS. * Attempt to fix netlify issue
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.c3000690.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.14de1027.min.css' | url }}">
|
||||
{% if palette.primary or palette.accent %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.4444686e.min.css' | url }}">
|
||||
{% endif %}
|
||||
@@ -178,8 +178,8 @@
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% block scripts %}
|
||||
<script src="{{ 'assets/javascripts/vendor.5b460a48.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.d28521c5.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/vendor.f45d2d8d.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.0e29fb74.min.js' | url }}"></script>
|
||||
{%- set translations = {} -%}
|
||||
{%- for key in [
|
||||
"clipboard.copy",
|
||||
|
||||
Reference in New Issue
Block a user