diff --git a/_config.yml b/_config.yml index 2ac434d..c705de8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ title: Bryan Ramos -description: Developer / Technologist +description: Software & Systems Engineer url: "https://ramos.codes" include: diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..ff66906 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,4 @@ + diff --git a/_includes/head.html b/_includes/head.html index 2da3700..68e5587 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,6 +2,26 @@ +{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }} | {{ site.description }}{% endif %} + + + + + + + + + + + + + + + + + + +