[12/03/23] added subdomains for blog and til, sorted category links accordingly
This commit is contained in:
parent
66983f0a5c
commit
56514e3cef
46 changed files with 3106 additions and 48 deletions
17
_includes/category-style.html
Normal file
17
_includes/category-style.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<style>
|
||||
{% assign categories = page.categories %}
|
||||
{% assign category = site.data.categories[categories.first] %}
|
||||
|
||||
code {
|
||||
color: {{ category.backColor }};
|
||||
}
|
||||
|
||||
pre {
|
||||
color: {{ category.backColor }}
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: {{ category.backColor }};
|
||||
color: {{ category.textColor }}
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue