⬆️ Update tags for jekyll-asset 3

This commit is contained in:
Dan Jones 2019-08-19 11:43:53 -05:00
commit 54758c6ef0

View file

@ -3,7 +3,7 @@
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
{% seo %} {% seo %}
{% css style %} {% asset style.scss %}
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" /> <meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
</head> </head>
@ -87,6 +87,6 @@
</div> </div>
</footer> </footer>
{% js application %} {% asset application.js %}
</body> </body>
</html> </html>