From 399aeaeee8c0eec5f9bd4638ef6bc5eb3e1552ff Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 14 Feb 2024 15:19:17 +0400 Subject: Integrating styles into an HTML file --- _includes/styles.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _includes/styles.html (limited to '_includes/styles.html') diff --git a/_includes/styles.html b/_includes/styles.html new file mode 100644 index 0000000..6e2d31e --- /dev/null +++ b/_includes/styles.html @@ -0,0 +1,5 @@ +{%- capture styles -%} +{%- include styles.scss -%} +{%- endcapture -%} + + \ No newline at end of file -- cgit v1.2.3