diff options
| author | Camil Staps | 2020-05-01 14:14:06 +0200 | 
|---|---|---|
| committer | Camil Staps | 2020-05-01 14:14:06 +0200 | 
| commit | 5112c0407b4770495ebce11368b378e69d2572ea (patch) | |
| tree | 4ae524f0c1f85fc6e5fc7d8b2dd20ddeb5494626 /resources/pug/include | |
| parent | Use Font Awesome GitHub logo instead of PNG image in githubIconLink mixin (diff) | |
Formatting of the homepage header: center text next to the profile picture; move heading there as well
Diffstat (limited to 'resources/pug/include')
| -rw-r--r-- | resources/pug/include/head.pug | 2 | ||||
| -rw-r--r-- | resources/pug/include/layout-sidebar.pug | 2 | ||||
| -rw-r--r-- | resources/pug/include/layout.pug | 11 | 
3 files changed, 8 insertions, 7 deletions
| diff --git a/resources/pug/include/head.pug b/resources/pug/include/head.pug index 837e985..b5f9579 100644 --- a/resources/pug/include/head.pug +++ b/resources/pug/include/head.pug @@ -1,5 +1,5 @@  title -	block titleContainer +	block titleHeading  		block title  			| Camil Staps diff --git a/resources/pug/include/layout-sidebar.pug b/resources/pug/include/layout-sidebar.pug index bdbec70..3d87689 100644 --- a/resources/pug/include/layout-sidebar.pug +++ b/resources/pug/include/layout-sidebar.pug @@ -1,6 +1,6 @@  extends layout.pug -block append titleContainer +block append titleHeading  	|  –   	block subtitle diff --git a/resources/pug/include/layout.pug b/resources/pug/include/layout.pug index aad5c1a..afb8c8d 100644 --- a/resources/pug/include/layout.pug +++ b/resources/pug/include/layout.pug @@ -7,11 +7,12 @@ html(lang="en")  	body  		.container -			h1 -				block titleContainer -					block title -						| Camil Staps -			hr +			block titleContainer +				h1 +					block titleHeading +						block title +							| Camil Staps +				hr  			block content | 
