@extends('layouts.home')
@section('title', $title)
@section('keywords', config('bjyblog.head.keywords'))
@section('description', config('bjyblog.head.description'))
@section('css')
@endsection
@section('content')
{{--左侧开源项目开始--}}
@if(Str::isTrue(config('bjyblog.breadcrumb')))
{{ Breadcrumbs::render() }}
@endif
@foreach($open_sources as $open_source)
@if($open_source->type == 1)
@elseif($open_source->type == 2)
@endif
@endforeach
{{--左侧开源项目结束--}}
@endsection
@section('js')
{{--githuh widget--}}
@endsection