frontend: resize heading pictures as thumb file
This commit is contained in:
parent
b387f011d8
commit
0bc42282aa
4 changed files with 14 additions and 4 deletions
|
|
@ -134,7 +134,7 @@
|
|||
|
||||
<div style="background-image: url({{ themes[current_theme].image }})" ng-if="(current_theme)" class="page-header">
|
||||
<div class="container text-primary" ng-cloak>
|
||||
<h1><a ng-href="{{ themes[current_theme].urlid }}" ng-bind="themes[current_theme].name"></a></h1>
|
||||
<h1 class="display-2"><a ng-href="{{ themes[current_theme].urlid }}" ng-bind="themes[current_theme].name"></a></h1>
|
||||
<h2 ng-bind-html="themes[current_theme].authors"></h2>
|
||||
</div>
|
||||
<div class="headerfade"></div>
|
||||
|
|
|
|||
Reference in a new issue