mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-28 02:24:12 -05:00
correctly title calculadora and disciplinas
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
---
|
||||
title: Calculadora BSI - 2021/2
|
||||
layout: default
|
||||
category: bsi
|
||||
language: pt-br
|
||||
@@ -181,7 +182,7 @@ noindex: true
|
||||
return data;
|
||||
}
|
||||
</script>
|
||||
<h1>Calculadora BSI - 2021/2</h1>
|
||||
<h1>{{ title }}</h1>
|
||||
<button onClick="importData()">Importar</button><button onClick="exportData()">Exportar</button><button onClick="resetData()">Resetar</button>
|
||||
<nav>
|
||||
<a href="/notes/bsi/disciplinas-2021-2.html">Informações das disciplinas</a>
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
---
|
||||
title: Disciplinas BSI 020 - 2021/2
|
||||
layout: default
|
||||
category: bsi
|
||||
language: pt-br
|
||||
noindex: true
|
||||
---
|
||||
|
||||
# Disciplinas BSI 020 - 2021/2
|
||||
# {{ title }}
|
||||
[Calculadora de notas](/notes/bsi/calculadora-2021-2.html)
|
||||
|
||||
## Horários
|
||||
|
||||
Reference in New Issue
Block a user