Skip to content

Commit dfdb191

Browse files
authored
add overrides (#120)
1 parent c7a59f4 commit dfdb191

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

Diff for: overrides/.gitkeep

Whitespace-only changes.

Diff for: overrides/fanart.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!--
2+
3+
Phalcon Framework
4+
5+
A full-stack PHP framework delivered as a PHP extension,
6+
offering lower resource consumption and high performance.
7+
8+
<3 Phalcon Team
9+
10+
..
11+
....
12+
% , ......
13+
%%% ,, .......
14+
%%%%%% ,,,,.........
15+
%%%%%%%%& ,,,,,.........,
16+
/ %%%%%%%%%% ,,,,,,..........
17+
// %%%%%%%%%%%%% ,,,,,,..........
18+
//// %%%%%%%%%%%%%%% ,,,,,,..........,
19+
////%%%%%%%%%%%%%%%%%%,,,,,,...........
20+
///////%%%%%%%%%%%%%%%%%%,,,,...........
21+
////////%%%%%%%%%%%%%%%%%%/,,...........
22+
%%%%/////////(%%%%%%%%%%%%%%%%%%,..........
23+
%%%%%//////////%%%%%%%%%%%%%%%%%%........(
24+
%%%%///////////(%%%%%%%%%%%%%%%%.......(
25+
%%%%%////////////%%%%%%%%%%%%%%%.....//
26+
....%%%%%////////////#%%%%%%%%%%%%%....//
27+
.......(%/////////////%%%%%%%%%%%%.. /
28+
...........///////********/%%%%%..
29+
,,,,.............,/***************.
30+
,,,,,.............************......,/(
31+
,,,,,,..........********.....//////////
32+
((((((((**((((((((((((((*.....///////////
33+
%*********.../(((((((..........///(/#/
34+
**********..........#%%% ..*%%%
35+
*********(..........%%% %%%
36+
*********/..........%%% %%
37+
% *******%%.........%%%%
38+
% ******%%%%...../.*(((((( %%%%
39+
****%%%%%%.....///* (((((((%%%%%
40+
***&%%%%%%.....////* ((((((((%% %
41+
* &%%%%%#..../////* ((( %
42+
&%%%%%....//////* %
43+
%%%% ....//////*** %%%
44+
( %%% ...*/////*****%%%%
45+
( % ... //(*****/%%
46+
( & .. // *** %%
47+
. / %
48+
-->

Diff for: overrides/main.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{% extends "base.html" %}
2+
3+
{% block extrahead %}
4+
<!-- Fanart -->
5+
{% include 'fanart.md' %}
6+
<!-- Fanart -->
7+
{{ super() }}
8+
{% endblock %}

0 commit comments

Comments
 (0)