Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Jul 18, 2013
1 parent 01e33d0 commit b80ad8d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion views/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,25 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="/static/img/favicon.ico" />
<meta name="author" content="Unknown"/>
<meta name="author" content="Unknown" />
<meta name="description" content="Go online project API documentation" />
<meta name="keywords" content="Go, golang, API documentation">

<!-- Stylesheets -->
<link href="/static/css/bootstrap.min.css" rel="stylesheet" />
<link href="/static/css/todc-bootstrap.css" rel="stylesheet" />
{{end}}

{{define "header_zh"}}
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="/static/img/favicon.ico" />
<meta name="author" content="无闻" />
<meta name="description" content="Go 在线项目 API 文档" />
<meta name="keywords" content="Go, golang, Go语言, API文档">

<!-- Stylesheets -->
<link href="/static/css/bootstrap.min.css" rel="stylesheet" />
<link href="/static/css/todc-bootstrap.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion views/navbar.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{define "navbar_en"}}
<div id="fixed_top" class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div id="navbar">
<div id="navbar" class="container">
<a class="brand" href="/">Go Walker</a>
<ul class="nav">
<li {{if .IsHome}}class="active"{{end}}><a href="/">Home</a></li>
Expand Down

0 comments on commit b80ad8d

Please sign in to comment.