mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 06:08:33 +00:00 
			
		
		
		
	⚒️ Restructured Sass organisation (#83)
* 🌈 Organise colors with vars only * ➕ New file structure * File restructuring * ⚒️ Fix build issue * Rearranged files
This commit is contained in:
		| @@ -2,24 +2,14 @@ | ||||
| <html lang="en"> | ||||
|   <head> | ||||
|     <meta charset="utf-8"> | ||||
|     <meta | ||||
|       name="viewport" | ||||
|       content="width=device-width, initial-scale=1.0" | ||||
|     > | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|  | ||||
|     <title>{{ renderData.title or title or metadata.title }}</title> | ||||
|     <meta | ||||
|       name="description" | ||||
|       content="{{ renderData.description or description or metadata.description }}" | ||||
|     > | ||||
|     <meta name="description" content="{{ renderData.description or description or metadata.description }}"> | ||||
|  | ||||
|     <link | ||||
|       rel="stylesheet" | ||||
|       href="{{ '/assets/css/base.css' | url }}" | ||||
|     > | ||||
|     <link rel="stylesheet" href="{{ '/assets/css/base.css' | url }}"> | ||||
|   </head> | ||||
|   <body> | ||||
|     {% block content %} | ||||
|     {% endblock content %} | ||||
|     {% block content %}{% endblock content %} | ||||
|   </body> | ||||
| </html> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user
	 Tatiana Mac
					Tatiana Mac