mirror of
https://github.com/itme-brain/itme-brain.github.io.git
synced 2026-03-23 20:19:43 -04:00
overhaul
This commit is contained in:
parent
8c6b8d5d9b
commit
9576fe3e3f
21 changed files with 980 additions and 138 deletions
11
_layouts/base.html
Normal file
11
_layouts/base.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{% include head.html %}
|
||||
<title>{% if page.title %}{{ page.title }} | {% endif %}Bryan Ramos</title>
|
||||
</head>
|
||||
<body>
|
||||
{% include header.html %}
|
||||
{{ content }}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue