The academic website of Daniel W. Hieber, Ph.D., diversity linguist.
The code in this repository is subject to an ISC license. The content of the danielhieber.info website is copyright to Daniel W. Hieber.
Merge a commit into main
.
Include LESS files as follows:
{% capture css %}
{% include './Home.less' %}
{% endcapture %}
<style>
{{ css | less | safe }}
</style>
{% set css %}
{% include './Home.less' %}
{% endset %}
<style>
{{ css | less }}
</style>